Answers for "git push with ssh key github"

5

add ssh key to github

$ ls -al ~/.ssh
# Lists the files in your .ssh directory, if they exist
Posted by: Guest on April-12-2020
1

github push use ssh

# change the origin remote from https to ssh

git remote set-url origin [email protected]:<Username>/<Project>.git
Posted by: Guest on August-31-2021

Browse Popular Code Answers by Language