问题描述:
解决方法:
首先浅层clone,
git clone https://github.com/thuml/Time-Series-Library.git --depth=1
然后更新远程库到本地,
git fetch --unshallow
提示
fatal: --unshallow on a complete repository does not make sense
这个就是已经clone成功
问题描述:
解决方法:
首先浅层clone,
git clone https://github.com/thuml/Time-Series-Library.git --depth=1
然后更新远程库到本地,
git fetch --unshallow
提示
fatal: --unshallow on a complete repository does not make sense
这个就是已经clone成功