macos - 在 OSX 上被 Gitolite 困住了

标签 macos git osx-mountain-lion gitolite

我正在 osx mountain lion 服务器上安装最新版本的 gitolite。我将其设置在它自己的“git”用户帐户下,并按照此处的说明进行操作:https://github.com/sitaramc/gitolite

我在尝试从我的工作站上的服务器上 checkout gitolite-admin 存储库时陷入困境。我运行这个命令:

git clone git@gitserver:gitolite-admin

但是得到这个返回:

Cloning into 'gitolite-admin'...
Connection closed by gitserver
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

看来我正确设置了 SSH,因为它不需要 PWD,但我不知道该在哪里尝试调试问题。

谢谢, 格兰特


ssh -v 的结果

OpenSSH_5.9p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: Connecting to gitserver [gitserver] port 22.
debug1: Connection established.
debug1: identity file /Users/xxx/.ssh/id_rsa type 1
debug1: identity file /Users/xxx/.ssh/id_rsa-cert type -1
debug1: identity file /Users/xxx/.ssh/id_dsa type -1
debug1: identity file /Users/xxx/.ssh/id_dsa-cert type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_5.9
debug1: match: OpenSSH_5.9 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_5.9
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-ctr hmac-md5 none
debug1: kex: client->server aes128-ctr hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Server host key: RSA xxxxx
debug1: Host 'gitserver' is known and matches the RSA host key.
debug1: Found key in /Users/xxx/.ssh/known_hosts:5
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: Roaming not allowed by server
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,keyboard-interactive
debug1: Next authentication method: publickey
debug1: Offering RSA public key: /Users/xxx/.ssh/id_rsa
debug1: Server accepts key: pkalg ssh-rsa blen 279
debug1: read PEM private key done: type RSA
Connection closed by gitserver

这里看起来不错,除非我遗漏了一些细节。

最佳答案

我在 Mountain Lion 中配置裸 git 存储库时遇到了类似的问题。我取消注释了 /etc/sshd_config 的以下几行:

PubkeyAuthentication yes
PermitUserEnvironment yes

最后一个与 .ssh/environment 中缺少 PATH 错误有关,但第一个是允许从 ie 连接的错误。 msysgit。

PS(编辑):对于 msysgit,我还使用 OpenSSH key 设置 SSH 代理 (eval $(ssh-agent) && ssh-add)导入选美(如我的 GIT_SSH=path_to_plink)。这就成功了。

关于macos - 在 OSX 上被 Gitolite 困住了,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13058415/

相关文章:

python - 在 OS X 上获取操作系统版本

git submodule update --remote vs git pull

eclipse - 如何从 Eclipse 中创建 Git pull 请求

git - 在提交消息中链接到 GitHub 上的问题编号

编译简单的 hello world ZeroMQ C 示例,编译标志?

python - 为什么 352GB 的 NumPy ndarray 可以在 8GB 内存的 macOS 电脑上使用?

ios - 我可以使用Xcode 9和macOS Mojave将应用程序上传到iOS AppStore吗?

boost - 在 XCode 4.4 OS10.8 下找不到 <opencv2/opencv.hpp>

objective-c - 使用桌面上的图像作为 NSImage

macos - 在 OSX Mountain Lion 下反转颜色