Git: fatal: The current branch master has multiple upstream branches, refusing to push

You might want to do the following:

git config remote.origin.push HEAD

Pushing without any arguments on a master branch can lead to your error message. I’m not sure if it’s a regression problem, or if it’s always been the case.

Leave a Comment