无法从reviewboard访问git(atlassian stash)存储库

时间:2013-10-27 12:35:32

标签: git ssh review-board bitbucket-server

我正在为我的git(stash)存储库设置一个reviewboard实例,但是我遇到了问题。

我设置了我的路径(使用克隆网址),我的存储库类型是git,但我收到此错误:[Errno -5]没有与主机名关联的地址。

现在我虽然遇到了dns问题,但实际上我可以使用我的用户名或www-data(我的盒子的apache用户)手动克隆存储库。

检查审核主题日志我看到了:

2013-10-27 11:51:48,992 - DEBUG -  - GitTool: Attempting ssh connection with host: STASH_HOST, username: MY_USERNAME
2013-10-27 11:51:49,106 - DEBUG -  - starting thread (client mode): 0x5c0b7090L
2013-10-27 11:51:49,217 - INFO -  - Connected (version 2.0, client SSHD-CORE-0.7.0-ATLASSIAN-M3)
2013-10-27 11:51:49,217 - DEBUG -  - kex algos:['diffie-hellman-group14-sha1', 'diffie-hellman-group1-sha1'] server key:['ssh-rsa'] client encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc'] server encrypt:['aes128-cbc', '3des-cbc', 'blowfish-cbc'] client mac:['hmac-md5', 'hmac-sha1', 'hmac-md5-96', 'hmac-sha1-96'] server mac:['hmac-md5', 'hmac-sha1', 'hmac-md5-96', 'hmac-sha1-96'] client compress:['none'] server compress:['none'] client lang:[''] server lang:[''] kex follows?False
2013-10-27 11:51:49,218 - DEBUG -  - Ciphers agreed: local=aes128-cbc, remote=aes128-cbc
2013-10-27 11:51:49,218 - DEBUG -  - using kex diffie-hellman-group1-sha1; server key type ssh-rsa; cipher: local aes128-cbc, remote aes128-cbc; mac: local hmac-sha1, remote hmac-sha1; compression: local none, remote none
2013-10-27 11:51:49,472 - DEBUG -  - Switch to new keys ...
2013-10-27 11:51:49,774 - DEBUG -  - EOF in transport thread

认为这可能会发生,因为评论板不使用正确的ssh密钥?我已手动生成它们并通过reviewboard(并在我的存储服务器上设置),但它没有帮助。如前所述,如果我手动克隆它,它可以正常工作。

有什么想法吗?评论板版本为1.7.16

谢谢!

2 个答案:

答案 0 :(得分:1)

最终我手动克隆了存储库,让审查板指向它,然后有一个cron作业,不断从原点拉出所有更改。

现在看起来效果很好。

答案 1 :(得分:0)

此消息表明审核委员会用户无法克隆您的git repo。

以review-user

登录

尝试git clone ssh://gitadmin@example.com/something.git

如果失败 - 请在〜/ .ssh / authorized_keys中添加/附加您的公钥对gitadmin@example.com