$ git push orgin master fatal: 'orgin' does not appear to be a git repository fatal: Could not read from remote repository.

GitHub tutorial I followed to upload my project:https://youtu.be/2vASHVT0qKc 

tutorial I used to fix the above issue : https://youtu.be/H3KjgiBaakM


when putting 

git remote add origin YOUR URL

some times it shows this error


if you get it try checking with this command

git remote --verbose


this means you have already cloned a github project and now you gonna add it as an origin.

so the fix is, instead of using git remote add origin YOUR URL, use below one

git remote set-url origin YOUR URL




Comments

Popular posts from this blog

"status": 404, "error": "not found", "message": "no message available", "path": "/api/employee"

There was an unexpected error (type=Not Found, status=404). No message available in Springboot