使用Git命令時出現fatal: this operation must be run in a work tree提示,該如何解決
我的問題是這樣的,我在idea中的terminal中使用git命令時出現fatal: this operation must be run in a work tree這樣的提示,任何命令都不可以使用,當時網上百度了很多,發現都沒有效果,所以又仔細的檢查,發現的出現該問題的原因:
剛開始錯誤時的程式碼(在terminal內):
C:\jinshu\develop\projects\freamwork\.git>git status
fatal: this operation must be run in a work tree
C:\jinshu\develop\projects\freamwork\.git>git add .
fatal: this operation must be run in a work tree
C:\jinshu\develop\projects\freamwork\.git>git pull
fatal: this operation must be run in a work tree
後來發現問題是在於專案地址不對
錯誤地址:C:\jinshu\develop\projects\freamwork.git>
正確地址:C:\jinshu\develop\projects\freamwork\java>
更改地址的方法:
左上角file ==> Settings ==> Tools ==> Terminal ==> Start directory
沒有更改地址前發現地址就是正確的,於是又重新選擇一遍地址,然後點右下角apply ==> ok
然後點local的x號關閉視窗,再重新開啟,這樣就更改成功了。
相關文章
- 如何解決Android 5.0中出現的警告:Service Intent must be explicitAndroidIntent
- 【git】Git commit時提示錯誤時 解決辦法GitMIT
- Win10系統下命令提示符CMD出現亂碼如何解決Win10
- Linux:mount命令出現Host is down如何解決Linux
- Failed to run the WC DB work queue associated with 錯誤的解決AI
- git push出現unpack failed: error Missing tree錯誤的解決方法GitAIError
- 當我匯入xpdl檔案時出現這樣的錯誤,該如何解決?
- 使用Jive3.1.1時,中文搜尋時出現亂碼,請問如何解決?
- 如何解決 case expressions must be constant expressionsExpress
- Win10系統無法重置提示“重置電腦時出現問題”如何解決Win10
- win10彈出usb時出現該裝置正在使用的解決方法Win10
- 帝國CMS更新時提示Fatal error: Allowed memory size of的解決方法Error
- idea使用svn “Previous operation has not finished; run 'cleanup' if it was interrupted“報錯的解決方法Idea
- SVN報錯“Failed to run the WC DB work queue associated with”解決辦法AI
- 如何解決Ubuntu提示沒有找到ifconfig命令Ubuntu
- Win10系統啟動時出現“未檢測到引導裝置”提示如何解決Win10
- flutter run 卡住的問題如何解決Flutter
- svn“Previous operation has not finished; run 'cleanup' if it was interrupted
- svn“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“報錯的解決方法
- FLASH匯入聲音時提示 讀取檔案時出現問題該怎麼辦?
- 成功解決Git:fatal: refusing to merge unrelated historiesGit
- 在linux下使用遠端複製命令scp時會出現去掉密碼提示的方法Linux密碼
- win10電腦執行telnet命令時提示“telnet不是內部或外部命令”如何解決Win10
- eclipse run on server時出現了錯誤資訊.求急!!EclipseServer
- Windows下配置Git(git命令會提示“不是內部或外部命令)WindowsGit
- SourceTree 提示 fatal: Authentication failed for..AI
- [譯] 為什麼你應該停止使用 Git rebase 命令Git
- 使用wireshark出現Couldn't run /usr/bin/dumpcap in child process: Permission denied解決辦法PCA
- 解決yarn打包時出現“FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory”的問題YarnErrorMITAIJavaScript
- 『現學現忘』Git物件 — 16、Tree物件詳解Git物件
- 簡介我的 Git Work FlowGit
- win10系統出現藍屏報錯提示缺少atikmdag.sys如何解決Win10
- win10系統開機出現explorer.exe錯誤提示如何解決Win10
- 升級win10系統提示“出現了一些問題”如何解決Win10
- Docker run 命令Docker
- mac執行git命令出現xcrun: error: invalid active developer path解決方法MacGitErrorDeveloper
- selenium 是否能獲取網頁裡出現的提示資訊?(如圖)網頁
- svn報錯“Previous operation has not finished; run 'cleanup' if it was int