fatal:unable to access "https://xxxxxxx"的一種解決方法
之前做項目下載包時遇到的問題,記錄一下。
可能是不該加代理但是之前有加代理。
1、執(zhí)行 git config - -global http.proxy 查詢當前代理
2、執(zhí)行 git config - -global - -unset http.proxy和git config - -global - -unset https.proxy 取消當前代理
3、增加代理 .
執(zhí)行git config - -global http.proxy http://127.0.0.1:1080
執(zhí)行git config - -global https.proxy http://127.0.0.1:1080
標簽: