linux下使用git建立远程仓库

公司有台服务器闲置,正好能够作为咱们的git服务器来方便管理代码html 在server端配置以下:git    apt-get install git openssh-server服务器 apt-get install openssh-client useradd git //使用git用户管理 mkdir xxx.git git init --bare xxx.git //初始化仓库 cho
相关文章
相关标签/搜索