SyntaxFix
Write A Post
Hire A Developer
Questions
I faced this issue when I was tring to link a locally created repo with a blank repo on github. Initially I was trying git remote set-url but I had to do git remote add instead.
git remote set-url
git remote add
git remote add origin https://github.com/VijayNew/NewExample.git