I cloned a repo and created a new branch without problem.
When try to push changes to a new branch - getting error:
git push origin new-branch
fatal: unable to access 'https://github.....git/': The requested URL returned error: 403
What can be a problem and how to resolve it?
Thanks.