I was given access to a private repo shared for 5 people. I did a
git clone https://github.com/thecompany/theprogram.git
Then I made a new branch and tried to push it using the following:
git push --set-upstream the-new-branch
But I'm getting an error:
remote: Repository not found.
fatal: repository 'https://github.com/thecompany/theprogram.git/' not found
How can I push my branch onto github?