比如我们要下载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
在前面加个镜像就可以了

Logo

更多推荐