Thursday, January 28, 2021

git with ssh key

 git with ssh key can only run with git URL, not http

One way is to set the URL to git

https://docs.github.com/en/github/using-git/changing-a-remotes-url 

$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git

No comments:

Post a Comment