Does git clone work through NTLM proxies?

前端 未结 9 1404
情书的邮戳
情书的邮戳 2020-12-04 18:30

I\'ve tried both using export http_proxy=http://[username]:[pwd]@[proxy] and git config --global http.proxy http://[username]:[pwd]@[proxy].

9条回答
  •  北海茫月
    2020-12-04 18:40

    I've been using ntlmaps and been having good results getting through windows/NT proxies: http://ntlmaps.sourceforge.net/

    The git configuration is:

    git config --global http.proxy http://localhost:5865

提交回复
热议问题