随笔分类 -  Git

摘要:今天研究GitLab+Jenkins自动集成时,出现Failed to connect to repository : Command "git config --local credential.helper store --file=/tmp/git2956041026506359040.cre 阅读全文
posted @ 2016-05-13 21:49 cFrost 阅读(435) 评论(0) 推荐(0)
摘要:使用Gitlab一键安装包安装Gitlab非常简单, 同样的备份恢复与迁移也非常简单. 使用一条命令即可创建完整的Gitlab备份: gitlab-rake gitlab:backup:create使用以上命令会在/var/opt/gitlab/backups目录下创建一个名称类似为13935131 阅读全文
posted @ 2016-05-13 21:38 cFrost 阅读(423) 评论(0) 推荐(0)
摘要:The Carriage Return (CR) character (0x0D, \r) moves the cursor to the beginning of the line without advancing to the next line. This character is used 阅读全文
posted @ 2016-05-13 21:22 cFrost 阅读(476) 评论(0) 推荐(0)