How to configure git to use proxy
In this article, the editor introduces in detail "how to configure the git use agent", the content is detailed, the steps are clear, and the details are handled properly. I hope this "how to configure the git use agent" article can help you solve your doubts. Let's follow the editor's ideas to learn new knowledge.
Global configuration git config-- global http.proxy http://proxyUsername:proxyPassword@proxy.server.com:port configure git config for special domain names-- global http. https://domain.com.proxy http://proxyUsername:proxyPassword@proxy.server.com:portgit config-- global http. https://domain.com.sslVerify false for example # only for github.comgit config-- global http. https://github.com.proxy socks5://127.0.0.1:1080 # cancel proxy git config-- global-- unset http. https://github.com.proxy) read here This article "how to configure git use Agent" has been introduced. If you want to master the knowledge points of this article, you still need to practice and use it yourself. If you want to know more about the article, please follow the industry information channel.