Sky

Results 6 comments of Sky

可以详细说一下吗,我只可以让镜像使用物理机的其他端口,但是没有办法让这套系统知道端口变了而改变每个项目克隆时的链接

而且即便是配置好了公钥拉代码的时候也总是验证不过去

按照上述方法只能设置主机的URL,这个设置影响的是以HTTP方式拉取代码的URL 比如我容器设置的端口映射方式为 8080:80 8022:22,用户在浏览器登录需要输入http://192.168.2.25:8080 在后台设置主机URL的时候设置为http://192.168.2.25:8080的话 HTTP方式克隆代码的链接为http://192.168.2.25:8080/root1111/111112231.git SSH方式克隆代码的链接为[email protected]:8080:root1111/111112231.git 显然SSH方式给出的链接是错误的,目前在系统上没有找到可以设置SSH链接端口的方式 而且即便SSH方式克隆代码的链接为[email protected]:8022:root1111/111112231.git 这个链接的格式也是不对的

@2shady4u ok,thank you~ and i think in the next version if the query is not 'select',the query_result return the changes count is a good thing,of course, it depends on your...