我正在研究在github上托管的预先存在的Laravel项目,并且我已经使用laradock建立了我的开发环境。我用我的项目根克隆了laradock repo
git submodule add https://github.com/LaraDock/laradock.git
当我切换到不同的git分支时,laradock文件夹被清空。我再次运行git submodule add https://github.com/LaraDock/laradock.git
并收到消息
A git directory for 'laradock' is found locally with remote(s):
origin https://github.com/LaraDock/laradock.git
If you want to reuse this local git directory instead of cloning again from
https://github.com/LaraDock/laradock.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.
所以我使用--force选项运行并返回。但是,每次换树枝时,我都不应该这样做吗?
答案 0 :(得分:0)
我删除了所有内容并重新开始。
我认为这个问题可能已经发生,因为我已将laradock /和.gitmodules添加到.gitignore。