Bonjour,
Je viens d’installer GitLab en suivant cette procédure:
github.com/gitlabhq/gitlabhq/bl … llation.md
Donc à priori tout s’est bien passé:
debian@srv-Debian:/home/git/gitlab$ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
Checking Environment ...
Git configured for git user? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.9.1 ? ... OK (1.9.1)
Repo base directory exists? ... yes
Repo base directory is a symlink? ... no
Repo base owned by git:git? ... yes
Repo base access is drwxrws---? ... yes
update hook up-to-date? ... yes
update hooks in repos are links: ... can't check, you have no projects
Running /home/git/gitlab-shell/bin/check
Check GitLab API access: OK
Check directories and files:
/home/git/repositories: OK
/home/git/.ssh/authorized_keys: OK
Test redis-cli executable: redis-cli 2.4.14
Send ping to redis server: PONG
gitlab-shell self-check successful
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Number of Sidekiq processes ... 1
Checking Sidekiq ... Finished
Checking LDAP ...
LDAP is disabled in config/gitlab.yml
Checking LDAP ... Finished
Checking GitLab ...
Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... yes
Database contains orphaned UsersGroups? ... no
GitLab config exists? ... yes
GitLab config outdated? ... no
Log directory writable? ... yes
Tmp directory writable? ... yes
Init script exists? ... yes
Init script up-to-date? ... yes
projects have namespace: ... can't check, you have no projects
Projects have satellites? ... can't check, you have no projects
Redis version >= 2.0.0? ... yes
Your git bin path is "/usr/bin/git"
Git version >= 1.7.10 ? ... yes (1.7.10)
Checking GitLab ... Finished
mais lorsque, après avoir créé avec git lab un nouveau projet vierge, d’une autre machine je tente un git clone j’ai une demande de password alors que j’ai configuré le projet comme public:
sudo git clone git@192.168.0.147:groupetest/projettest.git
Cloning into 'projettest'...
git@192.168.0.147's password:
Permission denied, please try again.
et là je ne sais pas quoi mettre et aucun mot de passe que j’ai testé ne fonctionne (y comprit le mot de passe root de Gitlab)…
Par contre je n’ai pas modifié les fichiers de configurations dans la procédure car mon Gitlab ne sera accessible que sur le réseau local et en publique (je suis seul développeur et je veux me servir de gitlab pour faire du suivit de révision et de bug) et en les parcourant la configuration de base me semblait correcte…
Les deux endroits où j’aurai pu éventuellement changer quelque chose (je suppose) sont ici:
github.com/gitlabhq/gitlabhq/bl … nfigure-it
github.com/gitlabhq/gitlabhq/bl … b-settings
est ce que vous avez des idées ?