I am trying to push my project to my github repo but I get this strange error
ssh: connect to host github.com port 22: Connection timed out fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
I am using GitBash on Windows to do this
edit: I tried changing it to https but now when I do git push origin master nothing happens and it keeps running until I press ctrl c to stop it