Note from @orta -
If you are here because your Specs repo isn't updating, run: cd ~/.cocoapods/repos/master && git fetch --depth=2147483647 - this will convert your local repository of Podspecs to be a full clone, as opposed to a shallow copy.
What did you do?
Run pod setup
What did you expected to happen?
Clone Spec repo master
What happened instead?
It only downloads a few bytes and then throws error:
fatal: unable to access 'https://github.com/CocoaPods/Specs.git/': transfer closed with outstanding read data remaining
Podfile
No Podfile yet
I also tried cloning the repo manually or with the githhub desktop app with no avail.
I´m having no issues cloning any other repo in github. Only with this one. Is it possible there is something wrong with it???
Thanks