DEV Community

Discussion on: Managing multiple GitHub account using git in windows

Collapse
 
vtranwd profile image
vtranwd

Hi there! Newbie here. I'm running into an error that won't allow me to push onto my Github repo. My terminal did not stop me when I ran this:
$ git remote add origin git@personal:github.com/personal/test-personal.git

So when I ran this:
git push origin master
I get this error:
fatal: protocol 'git@personal:https' is not supported

Can anybody show me how to fix this? I haven't been able to find anything on google that could help. Should I just delete the repo and start over? My ssh has already been authenticated.