xcode Update all pods error templates not found /应用程序

epggiuax  于 12个月前  发布在  其他
关注(0)|答案(1)|浏览(86)

我不明白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添加。

nzkunb0c

nzkunb0c1#

您可以通过以下方式正常获取cocoapods spec master:
1.->转到文件夹-> ~/.cocoapods/repos
1.运行git clone https://github.com/CocoaPods/Specs.git master
我也想知道你是否在XCode设置中选择了Command Line Tools

相关问题