
git
wondervictor
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Setup Gitlab in CentOS7
bitnami-gitlab-10.3.3-0-linux-debian-8-x86_64.ova Download virtual machine Install vmware in CentOS 7 Import virtual machine change passwd sudo ifconfig原创 2018-01-10 23:03:52 · 165 阅读 · 0 评论 -
Github beginning
1.Register in https://github.com/ 2.Set SSH Key Set up ssh key ssh-keygen -t rsa -C "hans@qq.com" copy the context of ~/.ssh/id-rsa.pub to github/setting/ssh-key, check ssh. $ ssh -T g原创 2017-12-03 10:17:07 · 343 阅读 · 0 评论 -
Setup Git Server
Setup Git Server Configuration server: **os:**Ubuntu 17.10 **ip:**192.168.81.132 client: os: Ubuntu 16.04 **ip:**192.168.81.129 SERVER sudo apt-get install git sudo adduser git原创 2018-01-10 19:26:18 · 250 阅读 · 0 评论