45.解决github仓库下载慢问题
Posted oneapple
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了45.解决github仓库下载慢问题相关的知识,希望对你有一定的参考价值。
2020年04月12日19:06:19
解决github仓库下载慢问题
2个解决办法,一个是借助码云,最后修改配置文件重新导向github网址。
二十修改host文件,配置github的ip。
1.借助码云
比如下载Fabric仓库
https://github.com/hyperledger/fabric
git clone https://github.com/hyperledger/fabric.git
码云主页面:https://gitee.com/fengnanzi/dashboard
导入成功后
在本地clone下来
展示远程分支:
git branch --remote
显示隐藏文件
ls -a
修改配置文件config
vim .git/config
修改url
或者命令行设置
git remote set -url
2.修改host文件
http://tool.chinaz.com/dns?type=1&host=&ip=
服务器host地址
一般在/etc/hosts
END
以上是关于45.解决github仓库下载慢问题的主要内容,如果未能解决你的问题,请参考以下文章