https://bitnami.com/stack/gitlab/virtual-machine
java
bitnami-gitlab-8.1.4-1-ubuntu-14.04.zipgit
Version | Size | Checksum | ||
---|---|---|---|---|
GitLab 8.1.4-1 (64-bit) | 673 MB | show |
GitLab8.1.4ubuntu
GitLab Shell2.6.6浏览器
GitLab APIv3服务器
Ruby2.1.7p400ssh
Rails4.1.12ide
在浏览器中输入虚拟机的IP地址 后弹出登陆界面,
gitlab
登陆名为: user@example.comui
密码:bitnami1spa
用 /etc/init.d/ssh start命令不能启动SSH,
这会致使GIT客户端不能链接, PuTTY也不能远程登陆。
D:\backup>git clone git@172.16.99.99:user/hello-world.git
Cloning into 'hello-world'...
ssh: connect to host 172.16.99.99 port 22: Connection refused
fatal: Could not read from remote repository.
用如下方法解决:
https://wiki.bitnami.com/Virtual_Appliances_Quick_Start_Guide#How_to_enable_sshd.3f
$ sudo mv /etc/init/ssh.conf.back /etc/init/ssh.conf $ sudo start ssh