在Centos6.5下搭建git服務器

在centos6.5環境下試驗可用:git // 建立一個git用戶並賦予密碼 useradd git passwd git // 建立倉庫 cd /home/git git init --bare repo.git // 修改倉庫的全部者 chown git:git repo.git // 克隆 服務器 倉庫文件。會按照要求輸入用戶名和密碼 git clone git@ip:/home
相關文章
相關標籤/搜索