Git trying use proxy while operations with remote repository -
i getting error
fatal: unable access http://some_repo_addr : failed connect some.proxy.addr.lan port 1080: timed out pushing http://some_repo_addr
why git trying use proxy server while different operations remote repository? git got them? mean proxy settings. cause delete git options related using proxy. from, git take proxy server host, port , on if not specified in git options?
how force git not use proxy options?
finally found problem, maybe somebody
so if have environment variable %http_proxy% in windows git trying use it, no matter http.proxy setting in git set.
Comments
Post a Comment