Answer the question
In order to leave comments, you need to log in
Why did git clone from github stop working?
Hello.
I ran into such a problem, earlier on the server every 5 minutes there were requests from github - git pull for the project for six months, but just the other day git pull stopped responding, I decided to try to clone the repository again, but it also stops responding at the line "cloning into ...", both via ssh and https protocol. With bitbucket, cloning is a success.
When running the command ssh -T [email protected] there is also no response. github is pinged.
What could be the problem?
Answer the question
In order to leave comments, you need to log in
I had this recently. Try changing the protocol from https:// to git://
My suspicion is that they stopped supporting some old version of the http protocol (the problem was only on a computer with a relatively old version of git).
Problem with gnutls package. Try compiling git with openssl. Here is an example .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question