Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection time out to github with ssh #25

Open
ML-TANGO opened this issue Oct 22, 2022 · 0 comments
Open

Connection time out to github with ssh #25

ML-TANGO opened this issue Oct 22, 2022 · 0 comments
Labels
info useful info for all collaborators

Comments

@ML-TANGO
Copy link
Owner

If you experiened following errors

$ git push
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.

Just run the followig command

$ ssh -T -p 443 git@ssh.github.com
The authenticity of host '[ssh.github.com]:443 ([20.200.245.248]:443)' can't be established.
ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '[ssh.github.com]:443,[20.200.245.248]:443' (ECDSA) to the list of known hosts.
Hi hongsoog! You've successfully authenticated, but GitHub does not provide shell access.

Please refer to the following troubleshooting article for details on this :
*Using SSH over the HTTPS port

@ML-TANGO ML-TANGO added documentation Improvements or additions to documentation question Further information is requested info useful info for all collaborators and removed documentation Improvements or additions to documentation question Further information is requested labels Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info useful info for all collaborators
Projects
None yet
Development

No branches or pull requests

1 participant