Skip to content
Snippets Groups Projects

CentOS 6.4 install GitLab 6 0 stable ssh Auth fail

Closed gitlab-qa-bot requested to merge 6-0-stable into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -153,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
cd /home/git/gitlab
# Checkout to stable release
sudo -u git -H git checkout 5-4-stable
sudo -u git -H git checkout 6-0-stable
**Note:**
You can change `5-4-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
You can change `6-0-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it
Loading