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
Post a Comment