您的位置:首页 > 健康 > 美食 > 【笔记】git源

【笔记】git源

2024/10/5 14:31:05 来源:https://blog.csdn.net/weixin_46398647/article/details/139801306  浏览:    关键词:【笔记】git源

报错信息

# 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 查看是否设置成功

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com