美文网首页
Server does not allow request fo

Server does not allow request fo

作者: zh_harry | 来源:发表于2019-02-23 16:57 被阅读0次
git submodule update
error: Server does not allow request for unadvertised object df38cc27c972c837560936e0b53b1ba73a222ad7
Fetched in submodule path 'submodule-name', but it did not contain df38cc27c972c837560936e0b53b1ba73a222ad7. Direct fetching of that commit failed.

主项目中记录的submodule的HEAD超前,导致找不到指定的commit.

解决办法

push submodule_name origin master //submodule `submodule_name ` push
git submodule update

相关文章

网友评论

      本文标题:Server does not allow request fo

      本文链接:https://www.haomeiwen.com/subject/pkppyqtx.html