SourceTree Switching分支有错误?

时间:2019-05-07 02:07:25

标签: git atlassian-sourcetree

操作系统是macos,每个交换机都会报告此错误,但是交换机成功了,如何处理?

fatal: No url found for submodule path test.cn/src/gitlab.com/go-box/pongo2gin' in .gitmodules

1 个答案:

答案 0 :(得分:0)

this thread中一样,请首先检查是否有任何.gitmodules,其内容可能格式不正确(即声明一个没有关联URL的路径)

但是如果您没有没有任何.gitmodules文件,请检查是否有任何伪装成一个文件:

示例:

git ls-files --stage | grep 160000

160000 b06580880c5eaf8b1564f74c30d595bc6a363a13 0 APPNAME
     

我表演了

bash-3.2$ git rm --cached APPNAME and the error was fixed.