Made all necessary steps to use the GitLab, these settings are:
- Created a rsa as described in this link
- Copied the code generated in
{my key}.pub
and added this code in GitLab
- In my existent repository added to url with command
git remote add gitlab [email protected]:ridermansb/breezenhibernateproblem.git
- I tried to make the push
git push -u gitlab master
My .ssh/config
Host gitlab.com
HostName gitlab.com
IdentityFile C:UsersRiderman.sshgitlab_rsa
IdentitiesOnly yes
Error below:
Warning: Permanently added 'gitlab.com,54.243.197.170' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I made a video showing all the steps: http://www.screenr.com/euVH
What am I doing wrong?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…