You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aurora.apache.org by Bill Farner <wf...@apache.org> on 2015/04/01 19:59:42 UTC

Heads up - git repo URL has changed!

With graduating, we get to shed the 'incubator-' prefix from our git
repository URL.

Our new URL is: https://git-wip-us.apache.org/repos/asf/aurora/
You can re-clone from that URL.

If you have an old clone, you will notice remote operations failing with an
error like:

$ git pull
fatal: repository 'https://git-wip-us.apache.org/repos/asf/incubator-aurora/'
not found

To fix up an existing clone, you can run this command:

$ git remote set-url origin https://git-wip-us.apache.org/repos/asf/aurora/


-=Bill