So I uninstalled version 1.9.5 and installed 2.11.0 and know when I try to push I get the error:
remote: Repository not found.
fatal: repository 'https://github.com/MyRepo/project.git/' not found
It happens even if I try to clone the repository.
It doesn't prompt me for the credentials, it just shows that message.
$git version
git version 2.11.0.windows.1
I tried others repositories from Github and I can clone them without problem. I can also clone that repository in another machine (Ubuntu) that has the version 2.11.0 installed.
I uninstalled the new and reinstalled the older version and it works again...
Something must be wrong with this repository or the git installation, but not sure how to debug this. Is there any steps I could take to detect what could be thre problem?