PGWelch / jspf

Automatically exported from code.google.com/p/jspf
4 stars 1 forks source link

Git repository wrong? #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The description to clone git repository renders

git clone https://code.google.com/p/jspf/

Cloning into 'jspf'...

fatal: remote error: Repository not found

tried it in environments: linux command, windows command, eclipse

Original issue reported on code.google.com by Michael....@gmail.com on 7 Mar 2014 at 8:09

GoogleCodeExporter commented 9 years ago
It's not a git repo. It's a Mercurial repo. Correct command:
hg clone https://code.google.com/p/jspf/
with http://mercurial.selenic.com/

Original comment by spide...@gmail.com on 29 Apr 2014 at 11:34