The git cache feature that was added checks if the rev exists and if not updates the cache, you can see it do that when running with the `--verbose` option. Having said that, are you seeing this message when *not* using the `--verbose` option? Because that would be a bug.
On Sep 18, 2012, at 5:09 AM, Jason Nah <jason....@gmail.com> wrote:
> Howdy,
> Been using cocoapods from v0.13.0 and started noticing git failures like the following:
> Installing AFNetworking (1.0)
> [!] Failed: /usr/local/git/bin/git rev-list --max-count=1 1.0RC3
> Upgraded to 0.14.0 and the same failures seem to be appearing.
> Doesn't seem to effect pod installation. Any reason for this change in behaviour?
> Cheers,
> Jason