git clone下载代码,中途断掉怎么办?
解决办法:1)运行以下命令进行clone$ git clone --recursive https:xxxxxx2)进入项目根目录,继续下载$ cd eigen-git-mirror$ git submodule update --init --recursive转载于:https://www.cnblogs.com/walker-lin/p/11060621.html
·
解决办法:
1)运行以下命令进行clone
$ git clone --recursive https:xxxxxx
2)进入项目根目录,继续下载
$ cd eigen-git-mirror
$ git submodule update --init --recursive
转载于:https://www.cnblogs.com/walker-lin/p/11060621.html
更多推荐
所有评论(0)