Hi guys I would just like to share some of my problem on git. I have been cloning on different unit and all of them were successful. But now I have encounter on a unit that would not let me clone or even pull.
here is there error:
ssh: connect to host port 22: Connection timed out fatal: The remote end hung up unexpectedly
I already tried two different way on cloning a repository.
1st
git clone ssh://username@ip.com/~/linuxLink.git
2nd
first I go to an empty folder using git bash.
git init -> to initialize a repository
git remote -v - just to make sure the remotes are empty
git remote add origin ssh://username@ip.com/~/linuxLink.git
git pull
ssh: connect to host 162.144.35.182.ipage.com port 22: Connection timed out fatal: The remote end hung up unexpectedly
I also notice after I install git bash when I go to C:/user/pcname/ I cannot see .ssh the other unit has it.
can someone please tell me where did I go wrong. thank you so much.