I cannot understand why I am not able to upload a new branch called feature2 to GitHub from my local repo using Git bash.
I write git push -u origin feature2 and I receive this message in the console: remote: Repository not found. fatal: repository 'https://github.com/mygithub/test3.git/' not found
Using GitHub desktop I have no problems to upload the new branch (I have tried it before with another branch) I use a Windows PC.