pod setup 出现的问题

终端打印出的问题

$ /usr/bin/git pull --ff-only
error: Your local changes to the following files would be overwritten by merge
Please, commit your changes or stash them before you can merge.
Aborting

解决办法

$ rm -fr ~/.cocoapods/repos/master
$ pod setup
pod list
...
21521 pods were found

附上链接

wingyiu的博客
stackoverflow的答案
blog.cocoapods给出的解释

你可能感兴趣的:(pod setup 出现的问题)