ARTICLE DETAIL

资讯详情

深耕网站建设与运营推广的一线实战洞察。

使用镜像源解决github拉取代码问题 - GD

使用镜像源解决github拉取代码问题 - GD

命令行输入以下语句:

git config --global url."https://gitclone.com/github.com/".insteadOf "https://github.com/"

取消设置:

git config --global --unset url."https://gitclone.com/github.com/".insteadOf

参考:[https://www.cnblogs.com/jonil/p/18054893]

返回列表