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
Description
Git connections to GitHub have become unreliable as of late.
See upstream Nix issue
fetchGit
Would fix in Nix, but the git fetcher is already being worked on. Could be retried in agent itself perhaps.
To Reproduce
-
Expected behavior
Retry.
Logs
Various symptoms:
fatal: unable to access 'https://github.com/...': Empty reply from server
fatal: unable to access 'https://github.com/...': Recv failure: Connection reset by peer
error: RPC failed; curl 55 Failed sending data to the peer fatal: expected flush after ref listing
Platform / Version
All versions; most noticable when using flakes.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Git connections to GitHub have become unreliable as of late.
See upstream Nix issue
fetchGit
transient failure not retried, Empty reply from server NixOS/nix#9153Would fix in Nix, but the git fetcher is already being worked on.
Could be retried in agent itself perhaps.
To Reproduce
-
Expected behavior
Retry.
Logs
Various symptoms:
Platform / Version
All versions; most noticable when using flakes.
The text was updated successfully, but these errors were encountered: