Page 1 of 1

How can I use git plugin with proxy?

Posted: Mon Nov 27, 2017 10:25 am
by codex
I even tried to run "git config --global http.proxy ..." in windows command and it works outside codelite IDE, but it's unsuccessful inside codelite.
Would you provide the method or implement new interface for this proxy setting in git plugin? Thank you.

Re: How can I use git plugin with proxy?

Posted: Mon Nov 27, 2017 1:29 pm
by codex
I made it to clone with proxy in codelite after waiting for a long time until the black command window disappears. I assumed the clone process hang because it didn't output, it would be better if it can print something just like the original git command.