查询github.global.ssl.fastly.net和github.com的IP。
安装查询工具:sudo apt install dnsutils
nslookup github.com
nslookup github.global.ssl.fastly.net
修改/etc/hosts
添加:
13.250.177.223 github.com #此处IP为查询到的IP
67.228.74.123 github.global.ssl.fastly.net #此处IP为查询到的IP
sudo /etc/init.d/networking restart #重启网络服务,使配置生效
使用--depth=1参数进行clone
git clone https://github.com/ricklamers/gridstudio.git --depth=1