Hi, I have a problem using Git for windows behind a proxy... I am a PhD student working for a company. I am trying to share the code I am developing between the computer of the company (windows, behind an http proxy) and a server of my lab (linux) I have initialized a empty bare repository on the lab's server, and I am now trying to clone it on the pc of my company, behind the proxy. I have configured git to pass this proxy: git config -l shows: http.proxy=http://usernameproxy:[email protected]:80
git clone ssh://[email protected]:2333/Path/Repositery/ LocalFolder/ answers: ssh: labserver.fr: no address associated with name With the same kind of configuration on putty I can access the lab's server without any problem. Any Ideas? Best regards, -- Steven Masfaraud -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
