原文:git 解決fatal: Not a git repository

原文:https: blog.csdn.net u article details 我用git add file添加文件時出現這樣錯誤: fatal: Not a git repository or any of the parent directories : .git 提示說沒有.git這樣一個目錄,解決辦法如下: git init就可以了 ...

2018-07-31 11:42 0 4495 推薦指數:

查看詳情

git 解決fatal: Not a git repository

我用git add file添加文件時出現這樣錯誤: fatal: Not a git repository (or any of the parent directories): .git 提示說沒有.git這樣一個目錄,解決辦法如下: git init就可以了! ...

Sat Jul 12 23:03:00 CST 2014 1 82378
git 解決fatal: Not a git repository

我用git add file添加文件時出現這樣錯誤: fatal: Not a git repository (or any of the parent directories): .git 提示說沒有.git這樣一個目錄,解決辦法如下: git init就可以了! ...

Tue Aug 22 20:12:00 CST 2017 0 26427
git --解決fatal: Not a git repository

這個錯誤是說沒有.git文件,萬能的百度是說:自己新建.git,用command git init. 經過實驗,可以暫時解決這個問題。但是新的問題又出現了,我git commit 不了,update不了我剛剛新建的文件到git 網站。 經過研究,發現,我的操作的位置是不對的,應該在git ...

Fri Jun 14 03:55:00 CST 2019 0 5681
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM