Hi I've followed the steps in this document,
Guide to Git - Set Up Access to Private Repositories - cPanel Knowledge Base - cPanel Documentation
All seems to be working, except for last step :
Step 5 clone the repository
git clone [email protected]:MyStuff/private-repository.git
The example command I used as this:
git clone [email protected]:MyStuff/someusrname.git
as my private repo is this:
- Removed -
but I get this error:
Cloning into 'someusrname'...
ssh: connect to host example.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 running these commands via ssh within CLI (Terminal)
Can anyone help?
Guide to Git - Set Up Access to Private Repositories - cPanel Knowledge Base - cPanel Documentation
All seems to be working, except for last step :
Step 5 clone the repository
git clone [email protected]:MyStuff/private-repository.git
The example command I used as this:
git clone [email protected]:MyStuff/someusrname.git
as my private repo is this:
- Removed -
but I get this error:
Cloning into 'someusrname'...
ssh: connect to host example.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 running these commands via ssh within CLI (Terminal)
Can anyone help?
Last edited by a moderator: