我不明白cocopods有什么问题,我应该做些什么来解决它。
我在终端上为我的一个老项目写了“pod update”。
但这个错误来自终端:
更新本地规格库设置CocoaPods主存储库$ /Applications/CocoaPods 1.5.2.app/Contents/Resources/bundle/bin/git clone https://github.com/CocoaPods/Specs.git master --progress克隆到'master'. warning:templates not found /Applications 1.5.2.app/Contents/Resources/bundle/share/git-core/templates fatal:无法找到“https”的远程帮助程序[!]无法添加URL为https://github.com/CocoaPods/Specs.git
、名为master
的源。您可以尝试在~/.cocoapods/repos
中手动添加或通过pod repo add
添加。
1条答案
按热度按时间nzkunb0c1#
您可以通过以下方式正常获取cocoapods spec master:
1.->转到文件夹-> ~/.cocoapods/repos
1.运行
git clone https://github.com/CocoaPods/Specs.git master
我也想知道你是否在XCode设置中选择了
Command Line Tools
?