|
From: Jouni K. S. <jk...@ik...> - 2011-03-12 18:48:56
|
Pål Gunnar Ellingsen <pa...@gm...> writes: > I only have a svn version of the repo, but I would like to move to git, but > I get an error when running the code from > http://matplotlib.sourceforge.net/devel/coding_guide.html#using-git > >> git clone --origin svn gi...@gi...:astraw/matplotlib.git That's not the right address, and we should fix the instructions. Clone from the address git://github.com/matplotlib/matplotlib.git Also, my instructions earlier were wrong: all of the gi...@gi... addresses require an ssh key, but you can use git remote add jkseppan git://github.com/jkseppan/matplotlib.git to add my repository as a remote. -- Jouni K. Seppänen http://www.iki.fi/jks |