从repo提交合并后,Cocapods更新错误

时间:2016-11-05 11:57:41

标签: git cocoapods

我的Swift 3项目中的pod存在问题。 当我想要更新pod时,我可以看到:

Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.

我应该怎么做才能更新播客?

1 个答案:

答案 0 :(得分:1)

我用以下方法解决了这个问题:

pod repo remove master

pod setup