Bitnami VM虛擬機 GitLab8.1.4 使用筆記

bitnami VM

https://bitnami.com/stack/gitlab/virtual-machine
java

bitnami-gitlab-8.1.4-1-ubuntu-14.04.zipgit

GitLab

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

登陸Gitlab服務器 

在瀏覽器中輸入虛擬機的IP地址 後彈出登陸界面,
gitlab

  • 登陸名爲: user@example.comui

  • 密碼:bitnami1spa


問題

不能啓動SSH

  用 /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


參考文章

git服務器gitlab之搭建和使用                       

ubuntu14.04安裝/卸載gitlab 8

相關文章
相關標籤/搜索