I have a strange problem. On one of my dev server i use git clone command to connect to github. I have set up my keys already. The connection between the dev server and github is intermittent.
When it works it works like a charm. The next minute with me doing no changes to any of the server configfurations, the connection does not work . It throws up the following error
`Initialized empty Git repository in /home/donrag/todelete/test/.git/
debug1: Connecting to github.com [192.30.252.129] port 22. debug1: connect to address 192.30.252.129 port 22: Connection refused ssh: connect to host github.com port 22: Connection refused fatal: The remote end hung up unexpectedly`
I am not sure how to fix this or even where to look into. Can someone please help.
R