Gitlab 5.3stable
我在Debian 7.0服务器上进行了全新安装。一切似乎都很好,除了当我要克隆现有项目时:
$ git clone gitlab:root/fastalook.git
Cloning into 'fastalook'...
Debian GNU/Linux 7
fatal: The remote end hung up unexpectedly
即使ssh:ing工作没有问题:
$ ssh gitlab
Debian GNU/Linux 7
PTY allocation request failed on channel 0
Welcome to GitLab, Anonymous!
Connection to gitlab.rzetterberg.se closed.
通过http克隆/推送工作正常:
$ git clone http://gitlab.rzetterberg.se:666/root/fastalook.git
Cloning into 'fastalook'...
Username for 'http://gitlab.rzetterberg.se:666': root
Password for 'http://root@gitlab.rzetterberg.se:666':
remote: Counting objects: 1589, done.
remote: Compressing objects: 100% (621/621), done.
remote: Total 1589 (delta 884), reused 1589 (delta 884)
Receiving objects: 100% (1589/1589), 1.65 MiB | 1.39 MiB/s, done.
Resolving deltas: 100% (884/884), done.
Host gitlab
Hostname gitlab.rzetterberg.se
Port 22000
User git
$ bundle exec rake gitlab:check RAILS_ENV=production
WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.8.0
Checking Environment ...
Git configured for git user? ... yes
Has python2? ... yes
python2 is supported version? ... yes
Checking Environment ... Finished
Checking GitLab Shell ...
GitLab Shell version >= 1.4.0 ? ... OK (1.4.0)
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
post-receive hook up-to-date? ... yes
post-receive hooks in repos are links: ...
Richard Zetterberg / Fastalook ... ok
Checking GitLab Shell ... Finished
Checking Sidekiq ...
Running? ... yes
Checking Sidekiq ... Finished
Checking GitLab ...
Database config exists? ... yes
Database is SQLite ... no
All migrations up? ... WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.8.0
yes
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 satellites? ...
Richard Zetterberg / Fastalook ... yes
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
git@paralyzed:~/gitlab$ bundle exec rake gitlab:env:info RAILS_ENV=production
WARNING: Nokogiri was built against LibXML version 2.7.8, but has dynamically loaded 2.8.0
System information
System: Debian 7.1
Current User: git
Using RVM: no
Ruby Version: 1.9.3p392
Gem Version: 1.8.23
Bundler Version:1.3.5
Rake Version: 10.0.4
GitLab information
Version: 5.3.0
Revision: 0c39f4d
Directory: /home/git/gitlab
DB Adapter: mysql2
URL: http://gitlab.rzetterberg.se:666
HTTP Clone URL: http://gitlab.rzetterberg.se:666/some-project.git
SSH Clone URL: git@gitlab.rzetterberg.se:some-project.git
Using LDAP: no
Using Omniauth: no
GitLab Shell
Version: 1.4.0
Repositories: /home/git/repositories/
Hooks: /home/git/gitlab-shell/hooks/
Git: /usr/bin/git
production: &base
gitlab:
host: gitlab.rzetterberg.se
port: 666
https: false
email_from: gitlab@gitlab.rzetterberg.se
support_email: support@gitlab.rzetterberg.se
default_projects_limit: 10
default_projects_features:
issues: true
merge_requests: true
wiki: true
wall: false
snippets: false
gravatar:
enabled: true # Use user avatar image from Gravatar.com (default: true)
satellites:
path: /home/git/gitlab-satellites/
backup:
path: "tmp/backups" # Relative paths are relative to Rails.root (default: tmp/backups/)
gitlab_shell:
repos_path: /home/git/repositories/
hooks_path: /home/git/gitlab-shell/hooks/
upload_pack: true
receive_pack: true
git:
bin_path: /usr/bin/git
max_size: 5242880 # 5.megabytes
timeout: 10
extra:
development:
<<: *base
test:
<<: *base
issues_tracker:
redmine:
project_url: "http://redmine/projects/:issues_tracker_id"
issues_url: "http://redmine/:project_id/:issues_tracker_id/:id"
new_issue_url: "http://redmine/projects/:issues_tracker_id/issues/new"
staging:
<<: *base
编辑:添加/home/git/.ssh/authorized_keys的输出并输入gitlab配置文件
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwiQfkb9LpHP1yI1ffGfuXYMmRiW7nBmRW9q7keLphmjvxpMcwFLtANfMIxhXE6wxBpJewtJkP1Gdye8awYknm2Mk5c/Yal67KL4SL0RIT+XTrcT8Y6c+5MSOSd5R0o/3ohxRMXVO7Wg4PIB//uSaG9LZvduIaxONdV8y7Qs5kp7vFXZ6KS+5Qcksy4vqzivgTqdjtqU9b2fXBu8nd7SmYxdzKML8HUi7To5Y15Z0LzuJDxtgz6wHMLz3m4cOS9rb2zJZ3toii4wdJnYigHkoYxOnk0p6gPmbM0bxOEJKSpPp5BUUpwbLL+SJYlyn8FaaSeEzfmKbsH0ucoboPOgXD zed@shinigami
command="/home/git/gitlab-shell/bin/gitlab-shell key-1",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwiQfkb9LpHP1yI1ffGfuXYMmRiW7nBmRW9q7keLphmjvxpMcwFLtANfMIxhXE6wxBpJewtJkP1Gdye8awYknm2Mk5c/Yal67KL4SL0RIT+XTrcT8Y6c+5MSOSd5R0o/3ohxRMXVO7Wg4PIB//uSaG9LZvduIaxONdV8y7Qs5kp7vFXZ6KS+5Qcksy4vqzivgTqdjtqU9b2fXBu8nd7SmYxdzKML8HUi7To5Y15Z0LzuJDxtgz6wHMLz3m4cOS9rb2zJZ3toii4wdJnYigHkoYxOnk0p6gPmbM0bxOEJKSpPp5BUUpwbLL+SJYlyn8FaaSeEzfmKbsH0ucoboPOgXD zed@shinigami
答案 0 :(得分:1)
将gitlab-shell从v1.4.0升级到v1.5.0解决了这个问题。这意味着必定存在某种错误,而不是配置问题。
我已在gitlabs问题跟踪器上报告了这一点,请参阅https://github.com/gitlabhq/gitlabhq/issues/4599