發表文章

目前顯示的是有「小烏龜」標籤的文章

[Git]Another git process seems to be running in this repository

     如標題,操作Git時,偶然間發生這個問題,想要使用 switch / checkout, 或是 commit 都是這個錯誤 "git did not exit cleanly (exit code 128)" ,此外還有一行提示 "Another git process seems to be running in this repository",不多話,附上解法: 刪掉  .git/index.lock 收工。 參考:  Another git process seems to be running in this repository - Stack Overflow