อาจเป็นข้อมูลนี้จะเป็นประโยชน์:
คำตอบอย่างเป็นทางการ: http://blog.cocoapods.org/Master-Spec-Repo-Rate-Limiting-Post-Mortem/
อันเป็นผลมาจากการสนทนานี้https://github.com/CocoaPods/CocoaPods/issues/4989
สั้น ๆ : ที่
เก็บ CocoaPods พบกับการดึงข้อมูลจำนวนมหาศาลจาก GitHub และเป็นปัญหา มีการเปลี่ยนแปลงตั้งแต่รุ่น 1.0.0.beta.6
เคล็ดลับจากเอกสารนี้:
If for whatever reason you cannot upgrade to version 1.0.0 just yet, you can perform the following steps to convert your clone of the Master spec-repo from a shallow to a full clone:
$ cd ~/.cocoapods/repos/master
$ git fetch --unshallow
แฮ็คของฉันไปยังการติดตั้งครั้งแรก:
1. pod setup
2. Ctrl+C
After that I could find ~/.cocoapods/repos/ empty directory
3. Download https://github.com/CocoaPods/Specs/archive/master.zip
4. unpack it to ~/.cocoapods/repos/
5. Move to project folder
6. pod install --no-repo-update
วันนี้ใช้เวลาใกล้ 15 นาที
pod update
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree
เพิ่งต้องrm -rf ~/.cocoapods
ดำเนินการก่อนคำสั่งที่แนะนำ