[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GMG-Devel] Gitorious->Savannah for the main repo
From: |
Jim Campbell |
Subject: |
Re: [GMG-Devel] Gitorious->Savannah for the main repo |
Date: |
Sun, 19 Apr 2015 13:00:07 -0500 |
Hi,
On Fri, Apr 17, 2015, at 05:50 PM, Christopher Allan Webber wrote:
> Hey all,
>
> Since as probably everyone knows by now, gitorious.org is going
> read-only, so we had to move our code. We've now moved our git repo to
> Savannah:
>
> https://savannah.gnu.org/projects/mediagoblin
>
> We're only using the git repo there. You can update your checkout's
> origin like so:
>
> git remote set-url origin git://git.savannah.gnu.org/mediagoblin.git
>
> Did you have commit access in the past? Please register on savannah and
> email me your username. You can then switch like:
>
> git remote set-url origin
> address@hidden:/srv/git/mediagoblin.git
For the latter command you would also need to add your public SSH key to
your Savannah account to push to the repository. Once you add your key
to your account and set the proper git remote, though, everything seems
to work as normal.
Jim