我从 github.com 分叉了一个 repo,并且还设置了上游遥控器。下面是我的回购
[ Leezhm LIZHM ~/Developments/OF_GIT ] git remote -v
origin git@github.com:leezhm/openFrameworks.git (fetch)
origin git@github.com:leezhm/openFrameworks.git (push)
upstream https://github.com/openframeworks/openFrameworks.git (fetch)
upstream https://github.com/openframeworks/openFrameworks.git (push)
当我使用这个命令时
git fetch upstream develop
git merge upstream/mac8
它总是出现以下错误
fatal: 'upstream/mac8' does not point to a commit