搭建Git服务器

  1. 在服务器

       git init --bare ~/git/sample.git
    
  2. 克隆项目到本地

        git clone zhangsan@ip:~/git/sample.git