Old git URLs

Anton Vodonosov avodonosov at yandex.ru
Fri Apr 10 23:36:36 UTC 2015


Hello,

I have just discovered that old git URLs, mentioned in various web pages
and manuals do not work. For example,

   git clone git://common-lisp.net/projects/asdf/asdf.git

fails with 

  fatal: unable to connect to common-lisp.net:
  common-lisp.net[0: 148.251.248.130]: errno=Connection refused
  common-lisp.net[1: 2a01:4f8:200:4310::30]: errno=Network is unreachable

New format, as suggested at GitLab project pages:

   git clone git at common-lisp.net:asdf/asdf.git

works.

It makes sense, if technically possible, to support old addresses too.

Best regards,
- Anton



More information about the clo-devel mailing list