github - Connection error with cocoapods. Proxy CONNECT aborted -


i have problem instalation cococapods. have done following steps in terminal:

~sudo gem update --system

~sudo gem install cocoapods

and after

~pod setup

i have error message

macbook-pro-aleksandr:~ aleksandrkarpov$ pod setup setting cocoapods master repo [!] /usr/bin/git clone https://github.com/cocoapods/specs.git master --depth=1  cloning 'master'...  fatal: unable access 'https://github.com/cocoapods/specs.git/': proxy connect aborted 

i worked before cocoapods , ok. in case don't know do. can me, please?

i found solution here.

i wrote in terminal:

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

and resolved problem.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -