Closed
Bug 1157004
Opened 10 years ago
Closed 10 years ago
Wrong git command to clone Bugzilla
Categories
(Bugzilla :: Documentation, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: wilmar.giraldo, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Steps to reproduce:
Go to webpage https://bugzilla.readthedocs.org/en/latest/installing/quick-start.html
Follow the instructions
Execute the command:
git clone --branch bugzilla-X.X-stable https://git.mozilla.org/bugzilla/bugzilla html
Actual results:
Cloning into 'html'...
fatal: Remote branch bugzilla-4.4-stable not found in upstream origin
root@xxx:/var/www# Unexpected end of command stream
Expected results:
Cloning into 'html'...
remote: Counting objects: 94060, done.
remote: Compressing objects: 100% (24476/24476), done.
remote: Total 94060 (delta 68555), reused 89162 (delta 65193)
Receiving objects: 100% (94060/94060), 19.50 MiB | 6.08 MiB/s, done.
Resolving deltas: 100% (68555/68555), done.
Checking connectivity... done.
¿Correct command?:
git clone --branch release-4.4-stable https://git.mozilla.org/bugzilla/bugzilla html
Assignee | ||
Comment 1•10 years ago
|
||
Aha you're right! Fix coming soon. Thanks for the report!
Assignee | ||
Updated•10 years ago
|
Assignee: documentation → mcote
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Assignee | ||
Comment 2•10 years ago
|
||
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
6f88fd0..59b3d54 master -> master
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•