码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu下git clone 提速

时间:2017-09-01 00:13:26      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:config   socks   glob   local   nbsp   --   使用   .com   cal   

环境:ubuntu16.04

方法:通过socks5代理并且使用http链接

步骤:

1.设置全局使用socks5代理,并且使用http传输

git config --global http.proxy socks5://localhost:1080  (1080是设置的本地socks5端口,根据自己代理客户端设置的端口而定)

2.如果要clone的git仓库链接为https://github.com/haha.git,要将https改为http,即为http://github.com/haha.git

3.可以直接clone了

ubuntu下git clone 提速

标签:config   socks   glob   local   nbsp   --   使用   .com   cal   

原文地址:http://www.cnblogs.com/dakewei/p/7461069.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!