ubuntu下git clone 提速

Posted Jello

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu下git clone 提速相关的知识,希望对你有一定的参考价值。

环境: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 提速的主要内容,如果未能解决你的问题,请参考以下文章

一个让 git clone 提速几十倍的小技巧(实用!)

ubuntu下git clone 出现Permission denied (publickey).

GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段

GitGit 分支管理 ( 克隆远程分支 | 克隆 master 分支 git clone | 查看远程分支 git branch -a | 克隆远程分支 git checkout -b )(代码片段

Ubuntu下使用git clone 的权限问题解决方法

ubuntu git clone太慢