Unable to create git index lock

pdog發表於2017-12-14

執行  git add . 的時候,出現 如下 錯誤:

If no other git process is currently running, this probably means agit process crashed in this repository earlier. Make sure no other gitprocess is running and remove the file manually to continue.
複製程式碼

解決方法: rm -f ./.git/index.lock

相關文章