运行命令git pull
后,我收到以下消息:
* branch abc_branch -> FETCH_HEAD
Updating 64d3953..e881e1a
warning: unable to unlink dist/stylesheets/2ada1348.abc.min.css: Permission denied
error: unable to create file dist/index.html (Permission denied)
...
error: unable to unlink old 'dist/partials/views/foo.html' (Permission denied)
...
我使用的是Macbook Pro。在更改目录写入权限或删除本地文件后,我得到了运行git pull
的相同类型的结果。对于"无法创建文件dist / index.html"错误,我运行以下命令:
sudo chmod go+w dist
并且"无法取消关联旧' dist / partials / views / foo.html'"错误,我跑
sudo rm dist/partials/views/foo.html
我不明白的一点是,我只有GitHub存储库的此权限被拒绝问题,而我在同一个GitHub用户帐户下没有其他3个存储库出现此类问题。存储库和其他三个存储库之间的唯一区别是我与这个存储库的交互已经空闲了四周左右。