【20】Git 使用中顯示“Another git process seems to be running in this repository...”問題解決...
問題描述
在使用git commit “xxx”的時候,修改記錄檔案時,按錯了按鍵導致下次commit時報錯。
Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
大概的意思就是還有一個程式正在執行,請保證所有程式結束後進行此操作。如果不行,請嘗試手動刪除檔案後再繼續。
解決辦法
進入到工作目錄.git下,如果你沒有找到這個目錄,可能是沒有開啟檢視隱藏檔案的選項,你需要在資料夾選項中進行相關設定。刪除index.lock檔案,然後開啟git-bash,重新進行commit就可以了。
相關文章
- Another git process semms to be running in this repository, e.g. an editor opened by ‘git commit’. PGitMIT
- Log actively being archived by another process問題解決Hive
- git ssl 問題解決Git
- 解決使用Git Bash亂碼問題Git
- git常見問題解決Git
- git branch不顯示本地分支的問題(二)Git
- Git常見問題及解決Git
- git 解決版本衝突問題Git
- git clone失敗問題解決Git
- 解決CentOS 中顯示亂碼問題CentOS
- git操作時中文顯示亂碼的解決方法Git
- 工作中使用 Git 解決問題的場景Git
- git 常見問題的解決方案Git
- window下的git [GIT] warning: LF will be replaced by CRLF問題解決方法Git
- Git解決pull操作不成功問題Git
- 解決git記憶體洩露問題Git記憶體洩露
- Jenkins Git 中文亂碼問題解決JenkinsGit
- [git] git問題處理Git
- 使用git遇到的問題Git
- 解決 Git-bash 不能使用 Composer 命令的問題Git
- Git『Everything up-to-date』問題解決Git
- 【長期更新】【Git】問題彙總 & 分析解決Git
- [長期更新][Git] 問題彙總 & 分析解決Git
- 【Git】問題Git
- webpack+git開發環境將git中tag自動顯示到web中WebGit開發環境
- 解決eclipse中egit中的cannot open git-upload-pack問題EclipseGit
- Git差異並列顯示Git
- 使用git bisect快速定位問題Git
- git push程式碼時的‘git did not exit cleanly (exit code 1)‘問題解決Git
- Android在Dialog中顯示PopupWindow不全問題解決Android
- 解決arcgis for android中feature不顯示的問題Android
- git version 2.5.0.windows.1中文亂碼問題解決方案GitWindows
- Git 奇葩問題Git
- Git應用詳解第六講:Git協作與Git pull常見問題Git
- Git Worktree:解決分支依賴衝突的問題Git
- 解決git下載時斷開連線的問題Git
- AD9中元件無法顯示的問題解決元件
- Java解決Itext pdf中文不顯示問題Java