! [rejected] master -> master (fetch first) error: failed to push some refs to hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref
搭建Git本地服务器 参考文章:http://www.ossxp.com/doc/git/gitolite.html 当前任务,学习中... 公司小范围用法: 服务器上做的: .在服务器上建立一个用户,这里命名为git. centos下: useradd op —— passwd op (改密码为1) .找个目录,建立空仓库 git --bare init . centos下6.: cd /home/op mkdir base cd base git --bare init .建立文件夹proj