Pål Gunnar Ellingsen <paa...@gmail.com>
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 g...@github.com: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 g...@github.com
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


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to