問題
SourceTree按Stage All之後出現此訊息Another git process seems to be running in this repository
解決
刪除.git目錄下的index.lock檔案就可以了\.git>del index.lock
如果刪不掉,請等一下。因為有其他的程序正在使用此檔案
\.git>del index.lock
The process cannot access the file because it is being used by another process.
之後在刪就可以
\.git>del index.lock
Could Not Find .git\index.lock
參考書籍
- 為你自己學Git - 版本控制的基本用法
- 為你自己學 Git 網頁版 - 可試讀,如前面有加鑰匙,需購買書籍才能看
- 連猴子都能懂的Git入門指南 - 有很多可愛的插圖,學起來很輕鬆
沒有留言:
張貼留言
寫下幸福點子吧!