On Wed, Feb 27, 2008 at 04:10:57PM -0600, Ken.Fuchs@xxxxxxxxx wrote: > The command used to generate the above output is: > > $ GIT_CURL_VERBOSE=1 git fetch \ > http://www.kernel.org/pub/scm/git/git.git > > I originally tried the following command as suggested by the git > home page for getting "git by git". > > $ 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? > $ > > This seemed like a good test for validating my git installation, > but this command doesn't access the proxy at all. The fetch > command does. Why the difference? git-clone is not a builtin yet. When it is (and a patch has come for that), it will correctly use proxys. Mike - 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