check which key have been authorized on your github or gitlab account settings.If the user has generated a ssh public/private key pair set before That's it you should be good to clone and checkout.įurther information can be found at (thanks to Whitney) git config -global user.email forget to restart your command line to make sure the config is reloaded).Add your key to your account via the website.On Windows (Powershell) run: Get-Content id_rsa.pub | Set-Clipboard (Thx to elenzil).
ThisĬan use either DSA or RSA, so basically any key you setup will work. (See, gitlab or github for example.)įirst start by setting up your own public/private key pair set.
This info is working on theChaw but can be applied to all other git repositories which support SSH pubkey authentications. If the user has not generated a ssh public/private key pair set before