1

我的目标:

git clone https://android.googlesource.com/brillo/manifest

我的错误报告:

Cloning into 'manifest'... fatal: unable to access
'https://android.googlesource.com/brillo/manifest/': Proxy CONNECT aborted

我的 git 配置:

http.proxy=47.90.51.178:31702
http.https://android.googlesource.com.sslverify=false
http.https://android.googlesource.com.proxy=47.90.51.178:31702

为了与 google git 合作,我在此处按照官方文档进行了编辑 .gitcookies 。

错误的原因是什么?

4

1 回答 1

0

这些说明不包括 http 代理。

除非你真的需要那个代理,否则只有 http.cookiefile 就足够了,因为说明是:

git config --global http.cookiefile "%USERPROFILE%\.gitcookies"
powershell -noprofile -nologo -command Write-Output ".googlesource.com`tTRUE`t/`tTRUE`txxyyzz`to`tgit-you.gmail.com=1/XX-YY-ZZ" >>"%USERPROFILE%\.gitcookies"
于 2018-06-07T05:24:31.700 回答