We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 !
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Hi, I am on Ubuntu 22.04 LTS and when I follow the installations steps, I cannot add the upstream remotes : when I execute
I get the following error :
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 !
The text was updated successfully, but these errors were encountered: