Thursday, January 21, 2016

史上最快在VPS搭载git 服务教程


in the VPS

1   useradd git

2   passwd git

3   cd /home/git

git  init --bare  test.git

4   cd /home/git
   chmod 777 git -R

5   in the local PC

 git clone git@IP:/home/gitA/hades.git

No comments:

Post a Comment