Answers for "git add ssh key config"

2

git push specify ssh key

GIT_SSH_COMMAND='ssh -i ~/.ssh/your_private_key' git submodule update --init
Posted by: Guest on April-26-2021
0

terminal git add ssh key

$ ssh-add ~/.ssh/id_rsa
Posted by: Guest on October-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language