I am facing the following problems while trying to push a branch in origin. So, what I have done is, created a new branch and add a commit on it. Then tried to push. It shows,
fatal: The current branch Hotfix/Update_ducusign_semail_subject_line has no upstream branch. To push the current branch and set the remote as upstream, use
git push --set-upstream origin Hotfix/Update_ducusign_semail_subject_line
Then, I run the following command
git push --set-upstream origin Hotfix/Update_ducusign_semail_subject_line
But it gives the following error,
remote: Repository not found.
fatal: repository 'https://github.com/nalam-nmef/NextGenTPR.git/' not found

What is the problem here?
Github does not support connections via HTTPS to private repositories, if you do not supply the correct credentials.
You have two options now:
[email protected]:nalam-nmef/NextGenTPR.githttps://nalam-nmef:[your-private-access-token-here]@github.com/nalam-nmef/NextGenTPR.git/If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With