gpt4 book ai didi

Gitlab:全新安装时克隆(通过 ssh)失败,错误代码为 "The remote end hung up unexpectedly"

转载 作者:行者123 更新时间:2023-12-01 16:35:22 25 4
gpt4 key购买 nike

问题

Gitlab 5.3稳定版

我已经在我的 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.

配置

SSH 配置

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

Gitlab 配置

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

编辑:在 gitlab 配置文件中添加/home/git/.ssh/authorized_keys 的输出和 key

配置文件中的 Gitlab key

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCwiQfkb9LpHP1yI1ffGfuXYMmRiW7nBmRW9q7keLphmjvxpMcwFLtANfMIxhXE6wxBpJewtJkP1Gdye8awYknm2Mk5c/Yal67KL4SL0RIT+XTrcT8Y6c+5MSOSd5R0o/3ohxRMXVO7Wg4PIB//uSaG9LZvduIaxONdV8y7Qs5kp7vFXZ6KS+5Qcksy4vqzivgTqdjtqU9b2fXBu8nd7SmYxdzKML8HUi7To5Y15Z0LzuJDxtgz6wHMLz3m4cOS9rb2zJZ3toii4wdJnYigHkoYxOnk0p6gPmbM0bxOEJKSpPp5BUUpwbLL+SJYlyn8FaaSeEzfmKbsH0ucoboPOgXD zed@shinigami

授权 key

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

最佳答案

将 gitlab-shell 从 v1.4.0 升级到 v1.5.0 可以解决此问题。这意味着一定存在某种错误,而不是配置问题。

我已在 gitlabs 问题跟踪器上报告了此问题,请参阅 https://github.com/gitlabhq/gitlabhq/issues/4599

关于Gitlab:全新安装时克隆(通过 ssh)失败,错误代码为 "The remote end hung up unexpectedly",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17785791/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com