Git will not init/sync/update new submodules

后端 未结 21 2059
野趣味
野趣味 2020-12-12 13:11

Here\'s part of the contents of my .gitmodules file:

[submodule \"src/static_management\"]
        path = src/static_management
        url = gi         


        
21条回答
  •  天涯浪人
    2020-12-12 13:43

    git version 2.7.4. This command updates local code git submodule update --init --force --remote

提交回复
热议问题