fatal: unable to access ‘一个github链接‘: Empty reply from server
但是会出错:fatal: unable to access ‘https://github.com/XinnHe/ST-UNet.git/’: Empty reply from server。那我我们换成下面的命令:git clone https://mirror.ghproxy.com/https://github.com/XinnHe/ST-UNet.git。我们通常使用:git clone
·
比如我们要下载https://github.com/XinnHe/ST-UNet.git这个的文件
我们通常使用:git clone https://github.com/XinnHe/ST-UNet.git
但是会出错:fatal: unable to access ‘https://github.com/XinnHe/ST-UNet.git/’: Empty reply from server
那我我们换成下面的命令:git clone https://mirror.ghproxy.com/https://github.com/XinnHe/ST-UNet.git
在前面加个镜像就可以了
更多推荐

所有评论(0)