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.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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.