无法通过carthage update
提取Google /承诺
carthage update
输出:
***获取承诺
shell任务(
/usr/bin/env git fetch --prune --quiet https://github.com/google/promises.git refs/tags/*:refs/tags/* +refs/heads/*:refs/heads/*
(在/Users/p000666/Library/Caches/org.carthage.CarthageKit/dependencies/promises中启动)失败,退出代码为1
步骤:
将以下内容添加到 Cartfile :
#github "google/promises"
将以下内容添加到 Cartfile.resolved
#github "google/promises" "1.2.8"
然后运行carthage update
您能帮我建议获取#github "google/promises"
的解决方案吗?
答案 0 :(得分:0)
清除迦太基缓存为我解决了此问题(针对其他回购)。参见:How to clear Carthage cache?
此问题似乎与迦太基的一个未解决问题有关:https://github.com/Carthage/Carthage/issues/2786