发布于 4年前
error: unable to create temporary file: Device or resource busy
报错原因可能是:Windows文件系统缓存可能已损坏
解决:可以通过执行下面命令使目录进入工作状态。然后,我重新打开fscache
git config --global core.fscache false
然后
git push
然后
git config --global core.fscache true