> > $ GIT_CURL_VERBOSE=1 git clone \ > > http://www.kernel.org/pub/scm/git/git.git > > Initialized empty Git repository in /mnt/s2u1/git/test-git/git/.git/ > > Cannot get remote repository information. > > Perhaps git-update-server-info needs to be run there? > > $ > git-clone is not a builtin yet. When it is (and a patch has come for > that), it will correctly use proxys. Is there a work-around for cloning a git repository via a proxy? Worse case, it should be possible to clone a repository on a machine that doesn't require a proxy. Convert the repository into a tarball, copy it to the machine that requires a proxy and change the config to work with the proxy, right? At this point, the git fetch command should work with the proxy, since the local repository now has the required refs, right? Thanks, Ken Fuchs - 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