問題描述
在使用git commit “xxx”的時候,修改記錄文件時,按錯了按鍵導(dǎo)致下次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.
大概的意思就是還有一個進(jìn)程正在運(yùn)行,請保證所有進(jìn)程結(jié)束后進(jìn)行此操作哮翘。如果不行,請嘗試手動刪除文件后再繼續(xù)。
解決辦法
進(jìn)入到工作目錄.git下,如果你沒有找到這個目錄,可能是沒有開啟查看隱藏文件的選項(xiàng),你需要在文件夾選項(xiàng)中進(jìn)行相關(guān)設(shè)置量承。刪除index.lock文件,然后開啟git-bash,重新進(jìn)行commit就可以了灼芭。