使用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號關閉視窗,再重新開啟,這樣就更改成功了。
相關文章
- Linux:mount命令出現Host is down如何解決Linux
- 【git】Git commit時提示錯誤時 解決辦法GitMIT
- Win10系統下命令提示符CMD出現亂碼如何解決Win10
- git push出現unpack failed: error Missing tree錯誤的解決方法GitAIError
- 如何解決Ubuntu提示沒有找到ifconfig命令Ubuntu
- 成功解決Git:fatal: refusing to merge unrelated historiesGit
- 帝國CMS更新時提示Fatal error: Allowed memory size of的解決方法Error
- win10彈出usb時出現該裝置正在使用的解決方法Win10
- svn“Previous operation has not finished; run ‘cleanup‘ if it was interrupted“報錯的解決方法
- SVN報錯“Failed to run the WC DB work queue associated with”解決辦法AI
- win10電腦執行telnet命令時提示“telnet不是內部或外部命令”如何解決Win10
- Win10系統啟動時出現“未檢測到引導裝置”提示如何解決Win10
- flutter run 卡住的問題如何解決Flutter
- git使用報錯fatal: remote origin already exists.GitREM
- 使用 Mac 的 Safari 收看 Netflix 時出現錯誤碼「S7361-1253」如何解決?Mac
- 時區提示:Local time zone must be set--see zic manual page 2018的解決辦法
- SourceTree 提示 fatal: Authentication failed for..AI
- root使用者操作檔案提示 changing permissions of '***': Operation not permittedMIT
- win10系統開機出現explorer.exe錯誤提示如何解決Win10
- [譯] 為什麼你應該停止使用 Git rebase 命令Git
- Docker run 命令Docker
- 解決yarn打包時出現“FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory”的問題YarnErrorMITAIJavaScript
- gitlab密碼更新後,使用git命令報錯remote: HTTP Basic: Access denied fatal: Authentication failed for ‘https:xxx‘Gitlab密碼REMHTTPAI
- 執行git命令時出現Please make sure you have the correct access rights and the repository existsGit
- Git 命令列使用Git命令列
- 遇到RAID5陣列硬碟出現問題的情況該如何解決?AI陣列硬碟
- 『現學現忘』Git物件 — 16、Tree物件詳解Git物件
- 簡介我的 Git Work FlowGit
- 運維該如何解決 Linux 伺服器重啟後命令無法正常使用的問題?運維Linux伺服器
- wget 命令提示 “use ‘--no-check-certificate’” 臨時解決方法wget
- win10系統出現藍屏報錯提示缺少atikmdag.sys如何解決Win10
- git提交程式碼時,一直報出“fatal: LF would be replaced by CRLF in (檔名)”的異常Git
- win10系統植物大戰殭屍開啟時顯示fatal error如何解決Win10Error
- ubuntu下git報錯fatal: The remote end hung up unexpectedly解決方案UbuntuGitREM
- selenium 是否能獲取網頁裡出現的提示資訊?(如圖)網頁
- win10系統出現藍屏並提示DRIVER POWER STATE FAILURE錯誤如何解決Win10AI
- win10遠端桌面忽然失敗提示“出現了內部錯誤”如何解決Win10
- win10電腦出現藍屏並提示程式碼DPC_WATCHDOG_VIOLATION如何解決Win10