error: unable to create temporary file: Device or resource busy

1.png

報錯原因可能是:Windows文件系統緩存可能已損壞

解決:可以通過執行下面命令使目錄進入工作狀態。然後,我重新打開fscache

git config --global core.fscache false
然後
git push 
然後
git config --global core.fscache true

參考:
https://stackoverflow.com/questions/21627588/git-unable-to-create-temporary-file-no-such-file-or-directory-only-for-cert

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章