我的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.
我应该怎么做才能更新播客?
答案 0 :(得分:1)
我用以下方法解决了这个问题:
pod repo remove master
pod setup