Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > On Thu, 8 Mar 2007, Andrew Kilroy wrote: > >> I'm attempting to clone the git repository using git-1.5.0.3 in my workplace. >> Port 9418's blocked by the firewall, so I'm trying via http: >> >> $ git clone http://git.kernel.org/pub/scm/git/git.git > > Add a "/" to the end: > > $ git clone http://git.kernel.org/pub/scm/git/git.git/ I've always thought that for http transfer the hostname was not git.kernel.org but www.kernel.org, as in: git clone http://www.kernel.org/pub/scm/git/git.git/ - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html