Gitlab在Ubuntu 12.04.2上面的安装配置教程(3)

9)通过soucetree把git里面的代码push到gitlab里面,首先在sourcetree Settings添加gitlab remote origin地址。

Gitlab在Ubuntu-12.04.2上面的安装配置教程

10)通过Sourcetree把项目push到远端的gitlab remote origin 。

Gitlab在Ubuntu-12.04.2上面的安装配置教程

11)gitlabWEB页面测试,由于sfzhang.git是public,用户不用登陆就可以浏览。

Gitlab在Ubuntu-12.04.2上面的安装配置教程

总结:
1)gitlab搭建完毕后,用git clone 的时候出现下面错误(This error occurs when sending data over HTTP which is larger than Git’s post buffer (by default 1 MB),在nginx配置文件http下面添加client_max_body_size 500m;即可。
POST git-receive-pack (chunked)
error: RPC failed; result=22, HTTP code = 411
fatal: The remote end hung up unexpectedly

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/19030.html