helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
32.39k stars 2.38k forks source link

`git.sr.ht` could be down #9313

Closed LollipopFt closed 7 months ago

LollipopFt commented 7 months ago

when cargo b --profile opt:

Caused by:
  process didn't exit successfully: `/home/lollipopft/hx/src/helix/target/opt/build/helix-term-92f0dae284dd9ec6/build-script-build` (exit status: 101)
  --- stdout
  Fetching 172 grammars
  169 up to date git grammars
  Failure 1/3: hare Git command failed.
  Stdout:
  Stderr: fatal: unable to access 'https://git.sr.ht/~ecmma/tree-sitter-hare/': Failed to connect to git.sr.ht port 443 after 128176 ms: Couldn't connect to server

  Failure 2/3: wren Git command failed.
  Stdout:
  Stderr: fatal: unable to access 'https://git.sr.ht/~jummit/tree-sitter-wren/': Failed to connect to git.sr.ht port 443 after 128124 ms: Couldn't connect to server

  Failure 3/3: gemini Git command failed.
  Stdout:
  Stderr: fatal: unable to access 'https://git.sr.ht/~nbsp/tree-sitter-gemini/': Failed to connect to git.sr.ht port 443 after 128130 ms: Couldn't connect to server

i tried pinging the server itself:

[lollipopft@LAPTOP-6PR6I9JN ~]$ ping git.sr.ht
PING git.sr.ht (173.195.146.142) 56(84) bytes of data.
^C
--- git.sr.ht ping statistics ---
18 packets transmitted, 0 received, 100% packet loss, time 17598ms
pascalkuthe commented 7 months ago

yeah this happens sometimes. We have considered banning grammars hosted on sourcehut due to the reliability issues. We don't control sourcehut just like we don't control github so we can't do anything about this