A git directory for 'xxxx' is found locally with remote(s):
  origin	git@git.xxxxxxx.git
If you want to reuse this local git directory instead of cloning again from
  git@git.xxxxxxx.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.

报错原因是add时是从本地的module仓库里拉的代码,所以从把本地的module中删除相关仓库即可。之所以出现这个错误是因为我之前有add过,但只是手动的把git仓库内的子模块文件夹删除了,但之前add的module还存在.git/module中。
解决方法: 进入.git/module,删除相关仓库文件夹。

Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐