-
Add an SSH key in gitlab.com in order to work with ssh repositories
-
Add the following configuration lines in the file ~ / .ssh/config
Host *
IgnoreUnknown UseKeychain
UseKeychain yes
AddKeysToAgent yes
IdentityFile ~/.ssh/id_rsa
- Add the following lines in the git config ~/.gitconfig
[url "[email protected]:"]
insteadOf = https://gitlab.com/
buen aporte monstruo !!!