Failed to push existing git repository to remote.
It did not happen before. I have tried install the last version of git but still fail to push.
git push --set-upstream origin master
git: 'remote-httpshttps' is not a git command. See 'git --help'.
Failed to push existing git repository to remote.
It did not happen before. I have tried install the last version of git but still fail to push.
git push --set-upstream origin master
git: 'remote-httpshttps' is not a git command. See 'git --help'.
Not sure why..... I closed the git bash, and opened a new one. Then it was fixed:(
If you have the HTTPS URL of your remote repository, try first:
git remote set-url origin https://url/of/remote/repository
Then try again the git push -u origin master
.