git解决无法正常添加个别submodule

由于我的一番瞎操作,导致工作的git库里有一个submodule子库无法正常添加,总是有如下提示:

A git directory for 'APP/CommonLibrary' is found locally with remote(s):
  origin        git@github.com:FiveRingWind/CommonLibrary.git
If you want to reuse this local git directory instead of cloning again from
  git@github.com:FiveRingWind/CommonLibrary.git
use the '--force' option. If the local git directory is not the correct repo
or you are unsure what this means choose another name with the '--name' option.

emmmm,怎么也添加不上,很烦….
然后一番搜索….解决问题…. :)
之前用的语句是:

 git submodule add git@github.com:世界上最厉害的公司/CommonLibrary.git ./APP/CommonLibrary

貌似是因为库里本省是有一个同名的子库的,只是我把它删了…但是导致重新添加子库添加不上…so….
改成如下语句:

git submodule add --name Common git@github.com:世界上最厉害的公司/CommonLibrary.git ./APP/CommonLibrary 

完工~

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值