赞
踩
我是一个不擅长用梯子的人,但需要在gihub上下载代码,想要找个方便点的方法,因此经过我的检索,发现有几个高点击量方法对我有的有用,有的没用,因此把有效的方法筛选给大家,以免走弯路。
直接换一个域名:
把
git clone https://github.com/zx595306686/sim_demo.git命令换成
git clone https://gitclone.com/github.com/zx595306686/sim_demo.git
然后大家只需要把上述命令更换成自己的网址就可以了
相比原来的拉取语句只增加了gitclone.com/的域名。
取消http和https的代理
#取消http代理
git config --global --unset http.proxy
#取消https代理
git config --global --unset https.proxy
然后再执行git clone https://github.com/zx595306686/sim_demo.git命令
添加域名
sudo vim /etc/hosts
140.82.114.4 github.com
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。