用户无法 git submodule update,但他们可以独立地从所有子模块中提取

发布于 2024-12-11 12:34:06 字数 527 浏览 0 评论 0原文

我有一个新的团队成员,在尝试执行初始 git 子模块更新时遇到权限错误:

[mrTeamMember@desktop application]$ git submodule update
Initialized empty Git repository in /home/mrTeamMember/work/application/subMod/.git/
[email protected]'s password: 
Permission denied, please try again.

但是,如果他们只是直接从子模块的存储库中 git pull,他们没有得到任何错误!

怎么会这样呢?

什么可能导致这个问题?

I have a new team member who gets a Permission Error when trying to perform their initial git submodule update:

[mrTeamMember@desktop application]$ git submodule update
Initialized empty Git repository in /home/mrTeamMember/work/application/subMod/.git/
[email protected]'s password: 
Permission denied, please try again.

If, however, they simply git pull from the submodules' repositories directly, they get no error!

How can this be?

What could be causing this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

往昔成烟 2024-12-18 12:34:06

检查最近的历史记录,因为 .gitmodules 文件中的 url 可能已更改。鉴于您没有执行 git submodule init ,子模块存储库仍然包含工作 url。

Check recent history as the url in the .gitmodules file has probably changed. Given that you did not do a git submodule init the submodule repo still contains a working url.

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