2016年5月11日

gitlab怎么删除创建的项目

摘要: 在gitlab新建了一个项目,怎么将此项目删除呢?打开这个工程,点击右上角的“settings”拉到最下面,有个show them to me,点击~在下拉选项的最后,有个remove框,点击即可以彻底删除 有的Remove project按钮会直接放在项目页面的底部,那样就可以直接点击删除当前项目 阅读全文

posted @ 2016-05-11 15:50 kingofyz 阅读(5995) 评论(0) 推荐(2)

git Disconnected:No supported authentication methods available问题解决

摘要: 在本地克隆gitlab上的项目,报如下错误:Disconnected:No supported authentication methods available(server sent:publickey,gssapi-keyex,gssapi-with-mic) 解决方案: 测试服 测试服务上使用 阅读全文

posted @ 2016-05-11 15:26 kingofyz 阅读(26965) 评论(0) 推荐(1)

win7生成ssh key配置到gitlab

摘要: 测试服务上使用ip访问gitlab,比如http://192.168.0.2/,创建用户并登陆后创建一个项目,比如git@gitlab.demo.com:demo/helloworld.git 如果想在本地克隆这个项目,需要先在gitlab上配置ssh key,否则会报如下错误:Disconnect 阅读全文

posted @ 2016-05-11 15:18 kingofyz 阅读(6920) 评论(0) 推荐(0)

windows7 64位下git和tortoisegit的安装和使用

摘要: githttps://github.com/git-for-windows/git/releases tortoisegit安装下载https://tortoisegit.org/download/ 本教程使用的是如下三个软件https://github.com/git-for-windows/gi 阅读全文

posted @ 2016-05-11 11:50 kingofyz 阅读(14518) 评论(0) 推荐(3)

gitlab安装教程、gitlab官网、英文文档

摘要: gitlab官网 https://about.gitlab.com/ gitlab安装和官网英文文档 https://about.gitlab.com/downloads/ 清华大学tuna镜像源 Gitlab Community Edition 镜像使用帮助 https://mirror.tuna 阅读全文

posted @ 2016-05-11 11:41 kingofyz 阅读(789) 评论(0) 推荐(0)

centos6安装GitLab全程详解和常见问题解决

摘要: GitLab,是一个使用 Ruby on Rails 开发的开源应用程序,与Github类似,能够浏览源代码,管理缺陷和注释,非常适合在团队内部使用。 官方只提供了Debian/Ubuntu系统下的安装说明文档,如果需要在centos下安装,可以参考这篇:https://github.com/git 阅读全文

posted @ 2016-05-11 11:36 kingofyz 阅读(2595) 评论(0) 推荐(0)

centos6 安装GitLab

摘要: 环境 Requirements 软件 版本CentOS 6.6Python 2.6Ruby 2.1.5Git 1.7.10+Redis 2.0+MySQL GitLab 7-8-stableGitLab Shell v2.6.0 yum源 为了提高软件安装速度,将yum源设置为阿里云开源镜像 $ c 阅读全文

posted @ 2016-05-11 11:32 kingofyz 阅读(387) 评论(0) 推荐(0)

centos6/7安装gitlab

摘要: CentOS/RHEL 6/7安装gitlab新建 /etc/yum.repos.d/gitlab-ce.repo,内容为你的CentOS/RHEL版本:centos6 你的CentOS/RHEL版本:centos7 再执行 sudo yum makecachesudo yum install gi 阅读全文

posted @ 2016-05-11 11:23 kingofyz 阅读(454) 评论(0) 推荐(0)

导航