H,

I'm using GIT to clone one of my repository into local, I'm using cmd 
prompt to do this. 

I'm under netwrok firewall ofmy org, when I try to clone it showing an *Error 
Received HTTP code 407 from proxy after CONNECT.*

I have used this command to config GIT.

git config --global http.proxy http://UID:p...@proxy.ord.com:6050

Below is all the config details I have setup in .gitconfig

core.symlinks=false
core.autocrlf=true
color.diff=auto
color.status=auto
color.branch=auto
color.interactive=true
pack.packsizelimit=2g
help.format=html
http.sslcainfo=/bin/curl-ca-bundle.crt
sendemail.smtpserver=/bin/msmtp.exe
diff.astextplain.textconv=astextplain
rebase.autosquash=true
user.name=Suman Macha
user.email=suman.ma...@org.com
https.sslverify=false
http.proxy=http://domain\UID:p...@proxy.org.com:6050

Coould you please help me how I can resolve this issue, Thank You.

-- 
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/d/optout.

Reply via email to