码迷,mamicode.com
首页 >  
搜索关键字:以及gitolite迁移到 gitlab    ( 2279个结果
centos 安装 gitlab
按照官方教程的步骤:https://about.gitlab.com/downloads/#centos6 但是执行这一步 curl?https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh?|?sudo?bash sudo?yum?insta...
分类:其他好文   时间:2015-11-09 15:55:34    阅读次数:357
Gitlab禁用Gravatar头像
使用Gitlab时,Gravatar头像破图了,参考如下链接的解决方案,使用了多说的Gravatar CDN: 解决Gitlab的Gravatar头像无法显示的问题 但还是会出现破图的情况,于是选择禁用了Gravatar头像 这样Gitlab会给所用用户...
分类:其他好文   时间:2015-11-05 15:26:59    阅读次数:323
CentOS源码安装GitLab汉化版
GitLab官网未提供中文语言界面,网络搜了很久,终于找到了集成汉化补丁的源码库。从8.0开始,GitLab使用gitlab-git-http-server处理Web请求,该程序使用Go语言开发。如无法下载Go语言开发包,可以...
分类:其他好文   时间:2015-11-04 17:59:42    阅读次数:582
GitLab在Centos下的安装步骤
第一步:(安装工具包)sudo yum install curl openssh-server postfix croniesudo service postfix startsudo chkconfig postfix onsudo lokkit -s http -s ssh第二步:(安装ruby...
分类:其他好文   时间:2015-10-26 11:48:02    阅读次数:822
GitLab常用命令整理
进入本地仓库访问位置之后执行命令1) 远程仓库相关命令检出仓库:$gitclonegit://github.com/jquery/jquery.git查看远程仓库:$gitremote -v添加远程仓库:$gitremote add [name] [url]删除远程仓库:$gitremote rm ...
分类:其他好文   时间:2015-10-10 15:23:15    阅读次数:356
获取git项目最后的tag
在gitlab.com上面看到的,相当好用git describe --tags `git rev-list --tags --max-count=1`比如下面的项目:/cppwizard$ git tag -n10 v1.0.0 simplify console build v1.1.0 use file.lsp in same folder v1.2.0 ...
分类:其他好文   时间:2015-10-05 00:47:21    阅读次数:193
CentOS安装GitLab
最近想写一些小程序,但是GitHub没有免费的private,想到写的程序还得需要部署和MySQL数据库,索性就买一个阿里云的云主机,还挺便宜,一年才600多。下午安装了JDK、Tomcat、MySQL,现在开始安装GitLab:安装和配置依赖的环境。sudo yum install curl op...
分类:其他好文   时间:2015-09-27 22:38:28    阅读次数:289
gitlab(7.9)升级到8.0.1
1.gitlab8.0更新说明GitLab 8.0 现在完全集成了持续集成工具 (GitLab CI) ,此外还完全重写了 UI,节省了至少 50% 的磁盘空间。更快的合并,内置持续集成(CI)到 GitLab 本身,提高了界面和导航,以及“通过电子邮件回复”功能,它可以使用户通过移动设备就能够对某...
分类:其他好文   时间:2015-09-25 16:09:02    阅读次数:244
walden瓦尔登是怎么被开源出来的
新项目中,无论是团队之间的设计方案,或者分享,都需要一个平台来托管,但又不方便公开。一开始我们是在自己搭建的gitlab里的wiki写的,有两个很不方便的地方:文档是分类的,需要相应的目录嵌套,同时可能是多个项目的,而gitlab的wiki不支持目录嵌套,更没有多个项目的说法..
分类:其他好文   时间:2015-09-25 14:44:07    阅读次数:218
Push failed: Failed with error: fatal: Could not read from remote repository.
GitLab push远端,出现错误提示:Push failed: Failed with error: fatal: Could not read from remote repository.原因: 1,账号无push的权限。 2,请添加一个正确的sshKey 添加方法: ssh...
分类:其他好文   时间:2015-09-23 18:54:51    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!