Gitblit在CONNECT之后从代理收到HTTP代码504

时间:2014-03-28 20:46:27

标签: git gitblit

尝试设置Gitblit(http://gitblit.com/setup_go.html),让我的团队成员更容易访问我们正在进行的工作。

无论如何,我按照本网站上的说明:(http://gitblit.com/setup_go.html

现在在https://localhost:8443/repositories/

中有一个项目

对于访问权限,我有两套project_users和admin

访问限制设置为:authenticated clone&推 Auuthorization控制:向所有经过身份验证的用户授予RW +权限 我也是用户来分叉

当我进入项目页面时,我被告知那里没有任何内容,并添加一些评论并推送到https://admin@localhost:8443/r/myProject.git

所以我运行:git clone https://admin@localhost:8443/r/myProject.git并收到错误:

Cloning into 'myProject'...
fatal: unable to access 'https://admin@localhost:8443/r/myProject.git/': Received HTTP code 504 from proxy after CONNECT

我还缺少其他配置吗?

1 个答案:

答案 0 :(得分:2)

感谢评论,我发现了更多信息:

解决方案如下:

1. set system_variable NO_PROXY = localhost

2. run git config http.sslVerify=false如果在持有回购的机器上进行开发