Git-fatal: unable to access 'xxx' : Could not resolve host: xxx

时间:2022-09-03 21:25:14

解决办法:(在知乎上找到 确实好用)

1.查询代理 git config --global http.proxy

2.取消代理设置 git config --global --unset http.proxy

重新打开 如sourceTree等软件 或者 终端。  git pull xxx 搞定。