git clone keeps failing with 'early EOF' #2808
Unanswered
Steckelfisch
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if this is the correct location to ask,
but: git cloning other projects from github works as expected.
as-per-google I applied:
git config --global http.version HTTP/1.1
git config --global http.postBuffer 524288000
git config --global http.lowSpeedLimit 0
git config --global http.lowSpeedTime 999999
but no succes:
(not completly the same...)
I'm on Ubuntu 24.10
git version 2.45.2
Installing via docker works, but I would like to use this method.
any pointers on how to fix or debug would be appreciated.
Thanx.
Beta Was this translation helpful? Give feedback.
All reactions