You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Andrew Grieve <ag...@chromium.org> on 2014/04/15 19:35:24 UTC

Change id.apache.org password

We all had to do this thanks to <3 bleed. Just wanted to share a tip I
needed to do to make git on osx work afterwards. You need to clear your
cached credentials:

$ git remote -v
origin https://git-wip-us.apache.org/repos/asf/cordova-coho.git (fetch)
origin https://git-wip-us.apache.org/repos/asf/cordova-coho.git (push)
$ git credential-osxkeychain erase
host=origin
<enter>
<enter>

Re: Change id.apache.org password

Posted by Michal Mocny <mm...@chromium.org>.
Seems I did not have to do this after changing my password.


On Tue, Apr 15, 2014 at 1:35 PM, Andrew Grieve <ag...@chromium.org> wrote:

> We all had to do this thanks to <3 bleed. Just wanted to share a tip I
> needed to do to make git on osx work afterwards. You need to clear your
> cached credentials:
>
> $ git remote -v
> origin https://git-wip-us.apache.org/repos/asf/cordova-coho.git (fetch)
> origin https://git-wip-us.apache.org/repos/asf/cordova-coho.git (push)
> $ git credential-osxkeychain erase
> host=origin
> <enter>
> <enter>
>