Re: [PATCH v2 2/3] http: try http_proxy env var when http.proxy config option is not set
From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:11
Jeff King [off-list ref] writes:
When we need to authenticate for the destination webserver, we detect an
HTTP 401, _then_ ask for the credentials, and retry the request. I'm
curious what the error condition is for the authentication failure, and
if we can do the same here.