How to get git to work through a proxy and IntelliJ Idea?

后端 未结 3 822
醉梦人生
醉梦人生 2021-01-01 23:45

Where to I configure the proxy settings for GIT in IntelliJ Idea? I\'ve gotten the proxy settings working for the plugins, but I just can\'t find it for GIT; and the help fi

3条回答
  •  离开以前
    2021-01-02 00:26

    In my case i had to set proxy through MSDOS command line, then it pushed results without 407 error

    SET HTTP_PROXY=http://user:passs@proxydomain.com:portnumber
    

提交回复
热议问题