
使用 git 出现
Failed to connect to 127.0.0.1 port 31181 Connection refused错误,本文记录解决方案。
$ git pull
fatal: unable to access 'https://github.com/zywvvd/HexoLocalSearch.git/': Failed to connect to 127.0.0.1 port 31181: Connection refusedgit config --global --unset http.proxy
git config --global --unset https.proxy