
Step 3: Adding your SSH key to the ssh-agentĪdd your SSH key to the ssh-agent. Enter passphrase (empty for no passphrase): " press enter if you don't want to Enter same passphrase again: press enter again At the prompt, "Type a secure passphrase.When it prompts to Enter a file in which to save the key (/Users/you/.ssh/id_rsa): Just press enter again. When it prompts to "Enter a file in which to save the key," press Enter. Enter the following command with a valid email address that you use for github ssh-keygen -t rsa -b 4096 -C You will see the following in your terminal Generating public/private rsa key pair.If you don't find then go to step 2 otherwise follow step 3 Default public is one of the following d_dsa.pub, id_ecdsa.pub, id_ed25519.pub, id_rsa.pub. Enter ls -al ~/.ssh to see if existing SSH keys are present:Ĭheck the directory list to see if you already have a public SSH key.I followed this procedure for Mac.įirst Step: Checking if we already have the public SSH key. I was struggling with the same problem that's what I did and I was able to clone the repo. determine which corresponding private key must be associated from your local computer.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.
#Adobe digital editions unknown permission error windows



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
