Skip to content
New issue

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

Maybe need to change repo to https://git.savannah.gnu.org/git/emacs.git #65

Open
hubisan opened this issue Oct 29, 2024 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@hubisan
Copy link
Owner

hubisan commented Oct 29, 2024

This didn't work:

> git clone --depth 1 git://git.sv.gnu.org/emacs.git
Cloning into 'emacs'...
fatal: unable to connect to git.sv.gnu.org:
git.sv.gnu.org[0: 209.51.188.78]: errno=Connection timed out
git.sv.gnu.org[1: 2001:470:142:6::78]: errno=Network is unreachable

But this did work:

> git clone --depth 1 https://git.savannah.gnu.org/git/emacs.git
Cloning into 'emacs'...
remote: Enumerating objects: 5626, done.
remote: Counting objects: 100% (5626/5626), done.
remote: Compressing objects: 100% (5159/5159), done.
remote: Total 5626 (delta 747), reused 2064 (delta 260), pack-reused 0
Receiving objects: 100% (5626/5626), 50.52 MiB | 2.25 MiB/s, done.
Resolving deltas: 100% (747/747), done.
Updating files: 100% (5308/5308), done.
``

Maybe it was a problem with the network at work when using git instead of https.
@hubisan hubisan added the bug Something isn't working label Oct 29, 2024
@hubisan hubisan self-assigned this Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant