github.comからリポジトリをフォークし、アップストリームリモートも設定しました。以下は私のリポジトリです
[ 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