On 01/11/2010 08:27, Mark Goodge wrote:
I decided to have a go at installing the MaPit code on my own server, bu
if I try to clone it from git I'm getting a 404 error for the URL given
on the download page: http://github.com/mysociety/mapit.git

You can't visit that URL in a web browser, if that's what you mean. If github was having a temporary problem, not much we can do about it - but that is definitely the correct URL, and works at present:

$ git clone http://github.com/mysociety/mapit.git
Initialized empty Git repository in /Users/matthew/temp/mapit/.git/
got b89756e0f93abe3cc951c3dd7082b5507945f9cd
walk b89756e0f93abe3cc951c3dd7082b5507945f9cd
got 9b2308e427de133858e7fb6cdcc416838e176ee4
got 0e68c723a3b0c4fbeaeb2b25b1abad5c28c96506
walk 0e68c723a3b0c4fbeaeb2b25b1abad5c28c96506
Getting alternates list for http://github.com/mysociety/mapit.git
Getting pack list for http://github.com/mysociety/mapit.git
[...snip rest...]

However, git clone git://github.com/mysociety/mapit.git is order-of-magnitude substantially faster, so I'd use that in preference.

ATB,
Matthew

_______________________________________________
Mailing list [email protected]
Archive, settings, or unsubscribe:
https://secure.mysociety.org/admin/lists/mailman/listinfo/developers-public

Reply via email to