Hello,
I am new to gitlab. I started by creating an gitlab account and downloaded gitbash.
Then I added ssh key.
Steps done below:
- in cmd, enter: ssh-keygen -o -t rsa -C “gitlab@sajed.com”
- added .pub (public key) to preferences–>ssh keys and saved the pub key
- tried to clone a repo: git clone git@gitlab.com:myprojects413805/aws-test.git
got the following error:
Cloning into 'aws-test'...
remote:
remote: ========================================================================
remote:
remote: ERROR: The project you were looking for could not be found or you don't have permission to view it.
remote:
remote: ========================================================================
remote:
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Can you tell me what I am missing here? Thank you.