可能你想在你的服务器部署一些好玩的项目,但是总是遇到如下问题

解决方案:

#把 GitHub URL 重写成镜像地址
git config --global url."https://hub.fastgit.org/".insteadOf "https://github.com/"

#确认当前的配置
git config --global --get-regexp url


#删除这个配置
git config --global --unset url."https://hub.fastgit.org/".insteadOf

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐