On Wed, Sep 8, 2010 at 9:48 AM, Sahil Arora <[email protected]> wrote:
> when i try to clone a repository > the following output comes > > sa...@sahil-laptop:~/sample$ git clone git:// > git.kernel.org/pub/scm/git/git.git > Cloning into git... > nc: read failed (0/3): Broken pipe > fatal: The remote end hung up unexpectedly > > I am behind a proxy server. Please help if anyone knows how to solve... > > http://rip747.wordpress.com/2008/09/12/git-clone-over-http-who-knew/ looks like you just need to export an environment variable and use http:// instead of git:// > You received this message because you are subscribed to the Google Groups > "Git for human beings" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<git-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/git-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
