git did not exit cleanly(exit code 128)報錯的部分原因及解決方法
今天用tortoisegit同步新的檔案到github上的時候出現了git did not exit cleanly的報錯,分析原因可能是網路出現問題或者是因為當時檔案還處於開啟狀態就上傳了。
對此,我的解決方案是右鍵要上傳的資料夾,選擇TortoiseGit>Delete and add to ignore list>Delete and ignore 2 items by extension,然後重新上傳就可以了。
此外要注意,如果誤選了TortoiseGit>Delete,push的時候也會報錯,我的做法是把檔案從回收站裡復原後,再以上面的方法重新刪除,如果試出其他方法再來更新。
相關文章
- git push程式碼時的‘git did not exit cleanly (exit code 1)‘問題解決Git
- git和TortoiseGit pull和push報錯:git did not exit cleanlyGit
- python exit出錯是什麼原因Python
- IDEA報錯Process finished with exit code -1073741819 (0xC0000005)Idea
- idea 報錯maven [ERROR] Maven execution terminated abnormally (exit code 1)IdeaMavenErrorORM
- iOS開發除錯之報錯:Command /usr/bin/codesign failed with exit code 1iOS除錯AI
- Cargo invocation has failed: Error: exit code: 101.解決辦法CargoAIError
- Docker Desktop啟動報錯:Failed to set version to docker-desktop: exit code: -1DockerAI
- 簡易的解決方式linker command failed with exit code 1 (use -v to see invocation)AI
- Command CompileSwift failed with a nonzero exit code in Xcode 10CompileSwiftAIXCode
- Permission denied Command PhaseScriptExecution failed with a nonzero exit codeAI
- exit(0)與exit(1)、return的區別
- command 'gcc' failed with exit status 1錯誤問題的解決辦法GCAI
- python中 os._exit() 和 sys.exit(), exit(0)的用法和區別Python
- Process finished with exit code -1073740791 (0xC0000409)
- Dev C++編寫C/C++程式 出現[Error] ld returned 1 exit status報錯分析及解決devC++Error
- exit hookHook
- spring boot學習(5): 程式exit code自定義Spring Boot
- 「Jupyter」UserWarning: To exit: use 'exit', 'quit', or Ctrl-D.UI
- quit(code=None)函式和exit(code=None)函式的使用舉例UINone函式
- system.exit(0)和system.exit(1)的區別
- oracle的exit、return、continueOracle
- 資料庫連線錯誤的原因及解決方法資料庫
- 2.13.5 DBCA Exit Codes
- exit和return的區別
- Shell 指令碼中的exit狀態解釋指令碼
- 程式碼簽名證書出錯的原因及解決方法
- Windows 使用者執行 NPM run watch-poll 報錯的原因及解決方法WindowsNPM
- 日常python報錯及解決方法記錄Python
- git報錯400的解決辦法Git
- what is conversion exit defined in ABAP domainAI
- 支付寶轉賬介面HTTP/2 stream 0 was not closed close cleanly報錯解決HTTP
- GitHub下載慢的原因及解決方法Github
- Oracle的TNS-12502 錯誤原因及解決Oracle
- 恆創科技:網站401錯誤的常見原因及解決方法網站
- react-native install 報錯 No git binary found in $PATH解決方法ReactGit
- SSL證書報錯型別及解決方法型別
- 記錄[Vue+elementUI]報錯及解決方法VueUI