Skip to content

Instantly share code, notes, and snippets.

@flyfloor
Created June 3, 2016 00:43
Show Gist options
  • Save flyfloor/be48af51633406cda13efc075fc14812 to your computer and use it in GitHub Desktop.
Save flyfloor/be48af51633406cda13efc075fc14812 to your computer and use it in GitHub Desktop.
pod install error
error:
[!] Unable to add a source with url `https://github.com/CocoaPods/Specs.git` named `master`.
You can try adding it manually in `~/.cocoapods/repos` or via `pod repo add`.
sloved:
cd ~/.cocoapods/repos
git clone https://github.com/CocoaPods/Specs.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment