Page MenuHome GnuPG

Unable to Clone libgpg-error Repository via HTTPS, but Successful with Git Protocol
Open, WishlistPublic

Description

I attempted to clone the libgpg-error.git repository from git.gnupg.org using the HTTPS protocol, but the operation failed. Below is the error message I received:

➜  community git clone https://git.gnupg.org/libgpg-error.git
Cloning into 'libgpg-error'...
fatal: Repository 'https://git.gnupg.org/libgpg-error.git/' not found

However, cloning the repository works as expected when using the Git protocol:

➜  community git clone git://git.gnupg.org/libgpg-error.git
Cloning into 'libgpg-error'...
remote: Enumerating objects: 7396, done.
remote: Counting objects: 100% (7396/7396), done.
remote: Compressing objects: 100% (6739/6739), done.
remote: Total 7396 (delta 5606), reused 856 (delta 620), pack-reused 0
Receiving objects: 100% (7396/7396), 2.61 MiB | 1.13 MiB/s, done.
Resolving deltas: 100% (5606/5606), done.

Please look into this issue. Thank you. By the way, I found these urls HERE.

Event Timeline

werner triaged this task as Wishlist priority.Oct 17 2023, 8:59 PM
werner edited projects, added dev.gnupg.org; removed Bug Report.
werner added a subscriber: werner.

Is currently not enabled, sorry. Use git:// ot the mirror here at dev.gnupg.org. Note that we sign all our commits using a token and as such it is a stronger security prove than a just an arbitrary TLS connection.