[Solved] Connection error with cocoapods. Proxy CONNECT aborted

Solution:

git config --global http.proxy
git config --global --unset http.proxy

Reference: https://stackoverflow.com/questions/30537386/connection-error-with-cocoapods-proxy-connect-aborted

Read More: