I do not know what happens with my git, I've uninstalled and installed it and nothing! every time I make a push the following occurs ...
$ git clone https://[...]/projeto.git
$ git checkout -b "#CASA"
$ git add <meus_arquivos>
$ git commit -m "Descrição"
$ git push origin #CASA
fatal: The current branch #CASA has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin #CASA