0
我必須爲GIT和npm的節點js配置NTLM代理身份驗證。但我根本無法做到。GIT和節點中的代理配置問題
我試圖將其配置爲混帳這樣
git config --global http.proxy http://username:[email protected]:port
git config --global https.proxy http://username:[email protected]:port
而對於像
proxy = http://username:[email protected]:port
https-proxy = http://username:[email protected]:port
NPM我試着也提域名都Git和NPM,但它不工作
http://domain\\username:[email protected]:port
我正在windows 7中工作。
對於混帳,我使用git bash。 對於npm,命令提示符。
唯一的工作原理是,當我用下面
curl -x, --proxy-ntlm --proxy http://username:[email protected]:port http://www.google.co.in
格式爲什麼GIT和NPM安裝不工作,而我打不通捲曲響應試圖從混帳bash的捲曲。
我到底做錯了什麼?
更新: 1.它是和活動目錄域。 2.我無法安裝CNTLM其阻塞。