Hi,

I installed Git client  1.8.5.2 myself;
We have a Git repository server at http://***.***.com:8080/git/git/Sth/sth.git

I used Jenkins management tool installed Git Client plugin;
I tried to make jenjins talk to my Git repository:

For a test job, selected Git
And Repository URL: 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git

I got:


[*]        Failed to connect to repository : Error performing command: git 
ls-remote -h 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git HEAD

While, I was able to run

git ls-remote -h 
http://lily.fu:mypasswordtogit@gitserver***.com:8080/git/git/STH/sth.git HEAD

from git bash window;

but not from window’s cmd,


How can I make my Jenkins talk to my Git Repository server?

Thanks!

Lily

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

<<inline: image001.gif>>

Reply via email to