2014-02-24 16:29 GMT-03:00 Jirong Hu <jirong...@gmail.com>:

> I found the problem is clone by http doesn't work, but clone by ssh
> worked. Why?
>
> C:\Temp>git clone http://jh...@cmtoldshrdjk01.dev.bmocm.com/simple.git/
> Cloning into 'simple'...
> Checking connectivity... done.
>
> C:\Temp>git clone jhu06@cmtoldshrdjk01:/opt/git/simple.git
> Cloning into 'simple'...
> PAM Authentication
> Enter your OFFICE domain password:
> remote: Counting objects: 25, done.
> remote: Compressing objects: 100% (10/10), done.
> remote: Total 25 (delta 1), reused 0 (delta 0)
> Receiving objects: 100% (25/25), done.
> Resolving deltas: 100% (1/1), done.
> Checking connectivity... done.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

Hi, It must be a problem of your server configuration, if i don't remember
wrong it's a problem of timeouts of the http request and download time.

I don't think that it's a specific problem of git.

-- 
Nelson Efrain A. Cruz - https://plus.google.com/106845325502523605960/about

"Debes ser el cambio que esperas ver en el mundo" -Mahatma Gandhi

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to