84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
Receiving objects: 1% (280/17182), 308.01 KiB | 6.00 KiB/s
如上所示,自己也寻找了一些文章,但是囿于水平,没有能够理解并解决这个问题。
By default, the complete historical version of the project will be downloaded. If you only care about the latest version of the code and not the previous historical information, you can use git's shallow copy function:
git clone --depth 1
Use GUI tool to configure proxy
$ git config --global http.proxy http://proxyuser:proxypwd@proxy.server.com:8080 $ git config --global https.proxy https://proxyuser:proxypwd@proxy.server.com:8080
VPN
The most effective way to circumvent the firewall is to buy a VPN account. Github and Google need it every day.
It is recommended to use 91tianlu, the speed-up effect is obvious
1. git shallow clone
By default, the complete historical version of the project will be downloaded. If you only care about the latest version of the code and not the previous historical information, you can use git's shallow copy function:
2. GUI Tools + Agents
Use GUI tool to configure proxy
3. git + http.proxy
4. Other methods
VPN
The most effective way to circumvent the firewall is to buy a VPN account. Github and Google need it every day.
It is recommended to use 91tianlu, the speed-up effect is obvious