git commit其他用户的更改[已关闭]

c6ubokkw  于 2023-04-10  发布在  Git
关注(0)|答案(1)|浏览(111)

已关闭,该问题需要details or clarity,目前不接受回答。
**想要改进此问题?**通过editing this post添加详细信息并澄清问题。

4天前关闭。
此帖子4天前编辑并提交审核,未能重新打开帖子:
原始关闭原因未解决
Improve this question
在已经创建的git sum-module中,如果新的更改是由其他用户(不是repo所有者)完成的,那么repo所有者将无法提交。
即使通过chmod授予写权限,也无法解决此问题。
这是一个git子模块问题,涉及到HPC服务器中的git-annex(或datalad)。请关注https://github.com/datalad/datalad/issues/7356了解详细信息。

lp0sw83n

lp0sw83n1#

这实际上是git-annex(datalad)的一个特殊问题,与HPC服务器相关。请关注https://github.com/datalad/datalad/issues/7356来调查该问题。
总的来说,在导航到git子模块之后:

git config --local core.sharedRepository true
git config --local receive.denyNonFastForwards true

相关问题