P
P
Pavel Buchnev2014-12-30 16:42:37
linux
Pavel Buchnev, 2014-12-30 16:42:37

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

5 answer(s)
I
Ilya Popov, 2014-12-30
@encyclopedist

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).

V
Vitaly Arkhipov, 2014-12-30
@arvitaly

traceroute github.com
what does it show?

Y
Yuri Shikanov, 2014-12-30
@dizballanze

Try manually running git pull and post the output here.

M
Mikhail Osher, 2014-12-30
@miraage

Possibly a provider.

A
Alexander Litvinov, 2014-03-18
@Sander_Li

Problem with gnutls package. Try compiling git with openssl. Here is an example .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question