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.

Reply via email to