错误无法创建文件夹folder_name?在git中

发布于 2024-12-23 00:26:22 字数 374 浏览 1 评论 0原文

我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拥抱我好吗 2024-12-30 00:26:22

尝试从根目录进行 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文