Skip to content
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

Closed
FLasH3r opened this issue Oct 31, 2012 · 9 comments
Closed

Fresh install, Ubuntu Server 12.10, git@localhost user password ?? #19

FLasH3r opened this issue Oct 31, 2012 · 9 comments

Comments

@FLasH3r
Copy link

FLasH3r commented Oct 31, 2012

reopend here from gitlabhq (https://github.com/gitlabhq/gitlabhq/issues/1859)

  1. Fresh install of Ubuntu Server 12.10 with SSH Server (inside VMWare)
  2. Following this guide: https://github.com/gitlabhq/gitlabhq/blob/stable/doc/installation.md
    1. apt-get install curl sudo
    2. 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.

@rob-mccann
Copy link

The script just needs updating to handle the latest version of gitolite. This is a symptom of this.

@FLasH3r
Copy link
Author

FLasH3r commented Nov 1, 2012

So is it fixed ?

@rob-mccann
Copy link

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.

@tvannahl
Copy link
Contributor

tvannahl commented Nov 1, 2012

The same problem is already on Issue #16

@FLasH3r
Copy link
Author

FLasH3r commented Nov 1, 2012

@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.

@ghost
Copy link

ghost commented Nov 2, 2012

Same problem for me.
ask for login/pass with first script install on Ubuntu 12.04 LTS, and with a second install step by step on same machine, we have:

The expected folder does not exist
/home/git/gitolite/src/gl-system-install

Need help! :)

@FLasH3r
Copy link
Author

FLasH3r commented Nov 2, 2012

@chat0v can you find the folder manually ?

find / -name "gl-system-install" -type d
just tell me if it works, I'm trying to fix the install file on my own and I'll post it back here fixed :-)

@rob-mccann
Copy link

#22 is a temporary fix for this issue.

@Razer6
Copy link
Member

Razer6 commented Jun 30, 2013

Closing as GitLab now uses gitlab-shell

@Razer6 Razer6 closed this as completed Jun 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants