emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 0910230be6e: ; Prefer HTTPS to HTTP in more links


From: Michael Albinus
Subject: Re: master 0910230be6e: ; Prefer HTTPS to HTTP in more links
Date: Thu, 03 Aug 2023 09:53:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Yuri Khan <yuri.v.khan@gmail.com> writes:

Hi Yuri,

>> > @example
>> > @group
>> > -$ git config --global http.proxy http://user:pwd@@proxy.server.com:8080
>> > +$ git config --global http.proxy https://user:pwd@@proxy.server.com:8080
>> > $ git clone https://git.savannah.gnu.org/r/tramp.git
>> > @end group
>> > @end example
>
> This looks suspicious, too. A proxy running on port 8080 and referred
> to in a git http.proxy config variable is likely to be an http proxy.

The git http.proxy config variable is good for both http_proxy and
https_proxy environment variables. And I wouldn't care too much about
the 8080 port; it's just an example.

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]