albfan / systemd-ubuntu-with-dbus

systemd for Ubuntu with dbus enabled
GNU General Public License v2.0
16 stars 7 forks source link

error: could not fetch debian #10

Open Hadeskin666 opened 1 month ago

Hadeskin666 commented 1 month ago

Hi, I am on Ubuntu 22.04 LTS and when I follow the installations steps, I cannot add the upstream remotes : when I execute

git fetch --all

I get the following error :

$ git fetch --all
Fetching origin
Fetching freedesktop
remote: Enumerating objects: 1165, done.
remote: Counting objects: 100% (720/720), done.
remote: Compressing objects: 100% (234/234), done.
remote: Total 535 (delta 422), reused 414 (delta 301), pack-reused 0
Receiving objects: 100% (535/535), 84.96 KiB | 117.00 KiB/s, done.
Resolving deltas: 100% (422/422), completed with 127 local objects.
From git://anongit.freedesktop.org/systemd/systemd
 * [new branch]          master     -> freedesktop/master
Fetching debian
fatal: unable to connect to anonscm.debian.org:
anonscm.debian.org[0: 2001:648:2ffc:deb::211:202]: errno=Connection refused
anonscm.debian.org[1: 194.177.211.202]: errno=Connection refused

error: could not fetch debian

Do you know how can I fix it, I think it causes an issue in my MiracleCast installation (ERROR: dbus: cannot claim org.freedesktop.miracle.wifi) ?

I'm sorry if the post is badly done, I am not an expert but will be pleased to do my best to help you, thank you !

albfan commented 3 weeks ago

Looks URL changed.

Probably change remote to new https://salsa.debian.org/systemd-team/systemd might fix It.

You can add GIT_TRACE=1 to git command to see details on error