黄榛
deepin
2023-04-12 17:25 fastgithub不行,速度太慢,建议使用ghprox.com(注意x后加个y)
将以下内容添加到 ~/.gitconfig文件后面,git命令会自动替换URL,其他命令可以手动改。
[url "https://ghprox.com/https://github.com/"]
insteadOf = https://github.com/
[url "https://ghprox.com/https://github.com/"]
insteadOf = git://github.com/
[url "https://ghprox.com/https://objects.githubusercontent.com/"]
insteadOf = https://objects.githubusercontent.com/
上面只改了我常用的,有需要的可以自己添加其他支持的URL
Reply Like 2 View the author


中文 

已经根据论坛内的帖子进行了如下处理,总算是可以连上github了
但是依然没有解决使用https连接的问题
因为需要通过源码编译的方式安装ROS2,因此https连接还是必要的
求助,如何使用Fastgithub使用https协议连接Github呢