In GitHub, by mistake, I created a repository https://github.com/myidmyrepo.git (incorrect instead of) https://github.com/myid/myrepo.git (correct).
- I do not see the incorrect repo in GitHub, so I cannot delete it.
- Now, I created https://github.com/myid/myrepo.git (correct) but git push --set-upstream origin master remote: Not Found fatal: repository 'https://github.com/myidmyrepo.git/' not found
git push -u origin master error: src refspec maste does not match any error: failed to push some refs to 'https://github.com/myidmyrepo.git'
Please, help.