错误无法创建文件夹folder_name?在git中
我的 git 无法正常工作。当我尝试从存储库中提取时,出现以下错误
致命错误,无法创建文件夹project/abc/abc/abc/abc/abc...
当我尝试推送时我也遇到了相同的错误。我什至无法合并。
git pull
fatal error:cannot create the directory project/abc/abc/abc/abc/abc...
git push
fatal error:cannot create the directory project/abc/abc/abc/abc/abc...
屏幕后面发生了什么?
提前致谢
My git is not working properly.when i try to pull from the repository I get the following error
fatal error cannot create a folder project/abc/abc/abc/abc/abc...
when i try to push also I'm getting the same error.I cannot even merge.
git pull
fatal error:cannot create the directory project/abc/abc/abc/abc/abc...
git push
fatal error:cannot create the directory project/abc/abc/abc/abc/abc...
what is happening behind the screens?
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试从根目录进行 git pull 。您可能没有权限。
如果您没有启用 root,请启用它。
请参阅 http://www.ducea .com/2006/06/21/ubuntu-how-to-enable-the-root-account/
Try git pull from the root. You might not have permissions.
If you dont have the root enabled, you enable it.
Refer http://www.ducea.com/2006/06/21/ubuntu-how-to-enable-the-root-account/