代理连接在访问 git 时中止
Proxy connect aborted while accessing git
我正在尝试使用命令克隆以下存储库:
git 克隆 https://github.com/laravel/laravel.git
我收到以下错误:
Cloning into 'laravel'...
error: Proxy CONNECT aborted while accessing https://github.com/laravel/laravel.git/info/refs?service=git-upload-pack
fatal: HTTP request failed
出了什么问题?
我在代理后面,当我设置 git 使用代理时,就像这个答案中所述:Getting git to work with a proxy server
我可以正确克隆 laravel 存储库
我正在尝试使用命令克隆以下存储库: git 克隆 https://github.com/laravel/laravel.git
我收到以下错误:
Cloning into 'laravel'...
error: Proxy CONNECT aborted while accessing https://github.com/laravel/laravel.git/info/refs?service=git-upload-pack
fatal: HTTP request failed
出了什么问题?
我在代理后面,当我设置 git 使用代理时,就像这个答案中所述:Getting git to work with a proxy server
我可以正确克隆 laravel 存储库