Yesterday, I created a project locally, had a couple of commits, and published it without issues. Today I made two new commits and when I pushed I got this:
$ git push
Username for 'https://github.com/ImDino/todo_app_vue_v1.git': ImDino
Password for 'https://ImDino@github.com/ImDino/todo_app_vue_v1.git':
remote: Repository not found.
fatal: repository 'https://github.com/ImDino/todo_app_vue_v1.git/' not found
After this, I tried clicking the "synchronize changes-button" and it went smooth. I didn't have to login or anything. I double checked my repository page on the GitHub website, and the changes were there.
Also, I'm wondering why I'm asked to login at all. I'm already logged in through gh login auth
.
Strange. I tried adding another change, committing that, and pushing went well with no login needed. I'm sure it's not because I entered my credentials previously, because when I first got the error I tried pushing twice and was asked to login both times.
Is there an explanation for all this?