日々精進

新しく学んだことを書き留めていきます

pod updateで「[!] Pod::Executable pull --no-rebase --no-commit」エラー

pod updateを実行したらこんなエラーが出た。

[!] Pod::Executable pull --no-rebase --no-commit
You have not concluded your merge (MERGE_HEAD exists).
Please, commit your changes before you can merge.

以下を実行したら直った。(privateはprivateなspecsリポジトリ)
pod repo remove private
pod repo add private ssh://git@192.168.70.64:2222/quito/specs.git
なぜにリポジトリが壊れたんだろう。。