我正在尝试配置一个p-config-server实例来使用GitLab.The帐户有一个密码。我已经尝试过http和ssh,其中带有用户名和密码的http url和ssh url的私钥。
服务报告说它启动失败。但我无法得到更多关于为什么失败的信息。
干杯
发布于 2017-03-19 12:21:36
用户名和密码最终起作用了。
我使用-c与一个文件包含:-
{
"git": {
"uri": "http://host:port/xyz.git",
"label": "master",
"username": "demo",
"password": "demouser"
}
}https://stackoverflow.com/questions/42864760
复制相似问题