#998326 hub: git protocol not supported anymore

Package:
hub
Source:
hub
Description:
make git easier with GitHub
Submitter:
Antonio Terceiro
Date:
2023-10-02 06:51:04 UTC
Severity:
normal
#998326#5
Date:
2021-11-02 13:27:19 UTC
From:
To:
$ hub clone geemus/excon
Cloning into 'excon'...
fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

The manpage mentions a way of switching to https, but using git:// as a
default does not work anymore.

#998326#8
Date:
2023-10-02 06:49:22 UTC
From:
To:
git:// is also mentioned in the package description.
Please fix that too.