报错信息
# git clone https://github.com/paddlepaddle/PaddleCustomDevice
Cloning into 'PaddleCustomDevice'...
error: RPC failed; curl 16 Error in the HTTP2 framing layer
fatal: expected flush after ref listing
可选源
由于🔒🗺,访问 GitHub 会被限制,在克隆 GitHub 上的代码时很容易出现连接超时的情况,自己在服务器上搭建梯子的步骤太麻烦了,这里提供一些镜像源,使大家能够顺利下载代码进行学习。
目前,国内可用的镜像网站有:
https://kgithub.com/
https://github.com.cnpmjs.org
https://gitclone.com
https://doc.fastgit.org
https://hub.njuu.cf
https://hub.yzuu.cf
https://hub.nuaa.cf
https://hub.fgit.ml/
https://hub.fastgit.org
https://hub.fgit.cf/
临时使用
正常 git clone 项目命令为:
git clone https://github.com/XXXXX
选择一个上面的镜像网站地址,将命令更改为:
git clone https://hub.yzuu.cf/XXXXX
gitclone.com是个例外
git clone https://gitclone.com/github.com/XXXXX
永久使用
通常情况下
git config --global url."https://hub.yzuu.cf/".insteadOf https://github.com/
gitclone.com
git config --global url."https://gitclone.com/".insteadOf https://
设置完成后输入 vim ~/.gitconfig
查看是否设置成功