Answers for "github clone key"

3

git clone ssh key

ssh-agent bash -c 'ssh-add /somewhere/yourkey; git clone [email protected]:user/project.git'
Posted by: Guest on October-02-2020
0

github use key

Host github.com
 HostName github.com
 IdentityFile ~/.ssh/id_rsa_github
Posted by: Guest on June-04-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language