Remote branch 7-3-stable not found in upstream origin
Created by: dqlopez
I am following the installation here https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md, then suddenly I encountered an error when I reach the #clone-the-source
part.
root@mybox:/home/git# sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 7-3-stable gitlab
Cloning into 'gitlab'...
fatal: Remote branch 7-3-stable not found in upstream origin
root@mybox:/home/git# Unexpected end of command stream
I am wondering, does 7-3-stable
supposed to be 7-2-stable
? Typo error perhaps?