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

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