git remote add origin https://github.com/aksharma27/myZoom.git
git add .
git commit -m "comment"
git push -u origin master
https://github.com/aksharma27/myZoom.git
Adding right remote repo, but while I am pushing the local file, it’s showing repo not found.
What can be the solution to thi?
I tried git push -f origin master, git push -u origin master.
Force pushing is also not working.