Answers for "github push use ssh"

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
1

add ssh to github

$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard
Posted by: Guest on November-30-2020
0

adding ssh in github

$ clip < ~/.ssh/rsa.pub
Posted by: Guest on May-31-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language