chenjingwendeMacBook-Pro:~ chenjingwen$ brew services start nginx
==> Tapping homebrew/services
Cloning into ‘/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services’…
fatal: unable to access ‘https://github/Homebrew/homebrew-services/’: Failed to connect to 127.0.0.1 port 1080: Connection refused
Error: Failure while executing; git clone https://github/Homebrew/homebrew-services /usr/local/Homebrew/Library/Taps/homebrew/homebrew-services exited with 128.
Error: Failure while executing; /usr/local/bin/brew tap homebrew/services exited with 1.
chenjingwendeMacBook-Pro:~ chenjingwen$ git config --global --unset http.proxy
chenjingwendeMacBook-Pro:~ chenjingwen$ git config --global --unset https.proxy
chenjingwendeMacBook-Pro:~ chenjingwen$ brew services start nginx
==> Tapping homebrew/services
Cloning into ‘/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services’…
remote: Enumerating objects: 52, done.
remote: Counting objects: 100% (52/52), done.
remote: Compressing objects: 100% (48/48), done.
remote: Total 829 (delta 20), reused 16 (delta 3), pack-reused 777
Receiving objects: 100% (829/829), 232.61 KiB | 3.00 KiB/s, done.
Resolving deltas: 100% (338/338), done.
Tapped 1 command (39 files, 310.3KB).
==> Successfully started nginx (label: homebrew.mxcl.nginx)

解决方案:
git config --global --unset http.proxy
git config --global --unset https.proxy

更多推荐

Error: Failure while executing; `git clone https://github.com/Homebrew/homebrew-