-
Notifications
You must be signed in to change notification settings - Fork 420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fresh install, Ubuntu Server 12.10, git@localhost user password ?? #19
Comments
The script just needs updating to handle the latest version of gitolite. This is a symptom of this. |
So is it fixed ? |
No, the script needs updating. I'll add a pull request of my quick fix later today but it just makes it use an old version of gitolite so it's only a temporary fix. |
The same problem is already on Issue #16 |
@tvn87 Well he said 12.04 - I've tested it on 12.10, I'm not a linux expert to tell if that affects the install process or not. |
Same problem for me. The expected folder does not exist Need help! :) |
@chat0v can you find the folder manually ?
|
#22 is a temporary fix for this issue. |
Closing as GitLab now uses gitlab-shell |
reopend here from gitlabhq (https://github.com/gitlabhq/gitlabhq/issues/1859)
apt-get install curl sudo
curl https://raw.github.com/gitlabhq/gitlab-recipes/master/install/debian_ubuntu.sh | sh
This command fails:
sudo -u gitlab -H git clone git@localhost:gitolite-admin.git /tmp/gitolite-admin
It requests for a password for the user git. I have no idea what the password it, in the entire process I was not asked to give one, and I could not find in the documentation any reason for this to fail.
The text was updated successfully, but these errors were encountered: