git不到github
解决方法:
:atal: unable to access ‘https://github.com/golang/dep/‘: Failed to connect to 127.0.0.1 port
vim /etc/hosts
https://github.com.ipaddress.com/#ipinfo
查找一下github的IP
加入到上面的配置中
结果报错从port443到port1080
这是由于设置了动态daili
查询有没有设置:
git config --global http.proxy
git config --global https.proxy
取消daili
git config --global --unset http.proxy
git config --global --unset httpx.proxy