github使用镜像源加速clone
老方法(无法使用):
只需要将 github.com/… 改为
github.com.cnpmjs.org/… 即可使用镜像库clone
新的代理源:https://mirror.ghproxy.com/
在原有的 clone
连接前面加上https://mirror.ghproxy.com/
即可使用代理。
如果要代理并使用 push
(或 clone
私有仓库),则需要申请 Personal access tokens (classic) 使用:
修改当前 git
的远程仓库连接 url
方法:
github使用镜像源加速clone
https://wty-yy.github.io/posts/44791/