fatal: No url found for submodule path 'design' in .gitmodules

git子项目更新失败

 

 

 如图,.gitmodules中已经没有design的路径了

git子项目更新失败

 

 

 

原因可能是本地存在缓存,清理一下缓存就好了

git rm --cached [路径名]

比如此处我是:git rm --cached design

把缓存中的数据解决就可以从新更新子项目了

git子项目更新失败

 

相关文章:

  • 2021-11-02
  • 2021-11-02
  • 2021-10-07
  • 2021-09-04
  • 2021-04-30
  • 2022-01-18
  • 2021-12-06
  • 2022-12-23
猜你喜欢
  • 2021-10-14
  • 2021-04-22
  • 2022-12-23
  • 2021-05-20
  • 2022-12-23
  • 2022-02-25
  • 2021-11-22
相关资源
相似解决方案