APP/小程序/网站开发

APP/小程序/网站开发

pod install 安装报错

- by zhaiduo.com - 标签: cocoapods

pod install 安装报错:

1Cloning spec repo `cocoapods-1` from `https://github.com/cocoapods/specs.git`
2[!] Unable to add a source with url `https://github.com/cocoapods/specs.git` named `cocoapods-1`.
3You can try adding it manually in `/Users/46916597qq/.cocoapods/repos` or via `pod repo add`.

解压zip,放入~/.cocoapods/repos/,改名为 master git init git remote add origin https://github.com/CocoaPods/Specs.git pod update --verbose --no-repo-update