Git 之 ssh config 加速clone仓库代码
代码记录如下
Host github.com User git Hostname ssh.github.com Port 443 ProxyCommand connect -S 127.0.0.1:1180 %h %p Host bitbucket.org User git Hostname altssh.bitbucket.org Port 443 ProxyCommand connect -S 127.0.0.1:1180 %h %p
操作方式是这里用到了connect 这个功能,所以为了为了使用这个功能,前提是安装connect
brew install connect
版权声明
由 durban创作并维护的 Gowhich博客采用创作共用保留署名-非商业-禁止演绎4.0国际许可证。
本文首发于 博客( https://www.gowhich.com ),版权所有,侵权必究。
本文永久链接: https://www.gowhich.com/blog/787
版权声明
由 durban创作并维护的 Gowhich博客采用创作共用保留署名-非商业-禁止演绎4.0国际许可证。
本文首发于 Gowhich博客( https://www.gowhich.com ),版权所有,侵权必究。
本文永久链接: https://www.gowhich.com/blog/787