Re: Why does fetch-pack not works over http?

2017-10-30 Thread Alvaro del Castillo
Hi Andreas, El vie, 27-10-2017 a las 14:33 +0200, Andreas Schwab escribió: > On Okt 27 2017, Alvaro del Castillo wrote: > > > > > We're wondering why "fetch-pack" (when is running from the command > > line) doesn't handle "https://; protocol. It only works with > > "git://".

Re: Why does fetch-pack not works over http?

2017-10-27 Thread Andreas Schwab
On Okt 27 2017, Alvaro del Castillo wrote: > We're wondering why "fetch-pack" (when is running from the command > line) doesn't handle "https://; protocol. It only works with "git://". > > For instance, this doesn't work: > > $ git fetch-pack https://github.com/git/git

Why does fetch-pack not works over http?

2017-10-27 Thread Alvaro del Castillo
Dear all, We're wondering why "fetch-pack" (when is running from the command line) doesn't handle "https://; protocol. It only works with "git://". For instance, this doesn't work: $ git fetch-pack https://github.com/git/git refs/heads/master fatal: I don't handle protocol 'https' while this