Answers for "config ssh again git"

1

git change https to ssh

git remote remove origin && git remote add origin git@github.com
Posted by: Guest on June-23-2021
0

git config ssh protocol

gh config set -h github.com git_protocol ssh # The new GitHub CLI
Posted by: Guest on January-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language