I have problem with instalation cococapods. I have done following steps in terminal:
~sudo gem update --system
~sudo gem install cocoapods
and after
~pod setup
I have this error message
MacBook-Pro-Aleksandr:~ aleksandrkarpov$ pod setup
Setting up CocoaPods master repo
[!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master --depth=1
Cloning into 'master'...
fatal: unable to access 'https://github.com/CocoaPods/Specs.git/': Proxy CONNECT aborted
I worked before with cocoapods and it was ok. In this case I don't know what to do. Can anyone help me, please?