Level 50
You need to add ssh key to your GitHub account as per here: https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/
Why not use simply https instead of ssh?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
C:\xampp\htdocs\host\admin>git remote -v
production ssh://root@****.com/var/repo/site.git (fetch)
production ssh://root@****.com/var/repo/site.git (push)
root ****.com (fetch)
root ****.com (push)
C:\xampp\htdocs\host\admin>git push production master
ssh: connect to host ****.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.
As per our client, i hide domain name
Please or to participate in this conversation.