git fusionne et obtient cette erreur "ne pointe pas vers un commit"

Je bifurquais une pension de github.com, et qui avait aussi mis de l'amont à distance.
Ci-dessous mon repo

[ Leezhm LIZHM ~/Developments/OF_GIT ] git remote -v
origin  [email protected]:leezhm/openFrameworks.git (fetch)
origin  [email protected]:leezhm/openFrameworks.git (push)
upstream    https://github.com/openframeworks/openFrameworks.git (fetch)
upstream    https://github.com/openframeworks/openFrameworks.git (push)

lorsque j'ai utilisé cette commande

git fetch upstream develop
git merge upstream/mac8

Il a toujours eu l'erreur suivante

fatal: 'upstream/mac8' does not point to a commit

source d'informationauteur leezhm