git clone https://github.com/hyperchain/hyperchain.git
Cloning into 'hyperchain'...
fatal: unable to access 'https://github.com/hyperchain/hyperchain.git/': Could not resolve host: github.com
遇到以上问题,试遍了网上办法没有解决。。。
最后。。。。
可能是机器域名解析的问题,对github域名解析进行更正,
对github域名进行解析,获取其ip地址。
在正常使用的机器上:
$ telnet github.com
Trying 140.82.114.4...
得到github的域名解析地址
然后在有问题的机器上:
sudo vi /etc/hosts
# 在其中加入一行
140.82.114.4 github.com
然后esc,输入:wq保存退出。
--------------------------________------------------------------
vi resolv.conf
# 修改nameserver 修改为路由器的地址即可