I am trying to push to a remote private repository for the first time. Please note that I was successfully able to clone as well as commit the changes I made. And I am using https protocol. But when I use the following command;
git push origin
Then I get the error; repository not found. Please note that repository exists for sure. May I know whether I need to add my username and password to the url.
Help is appreciated.