
Git基础
「已注销」
分享价值,记录点滴!
展开
-
git gitosis-init OSError: [Errno 2] No such file or directory
[root@localhost ~]# sudo -H -u git gitosis-init Traceback (most recent call last): File "/usr/bin/gitosis-init", line 9, in load_entry_point('gitosis==0.2', 'console_scripts', 'gitosis-init原创 2016-03-03 16:18:29 · 3464 阅读 · 0 评论 -
centos 6.5 Git搭建
1. 环境部署 系统环境:服务器端:CentOS 6.5 ,ip:192.168.56.1 客户端:CentOS 6.5 ,ip:192.168.56.101 软件版本:服务器端:源码编译安装,git-1.9.0.tar.gz 客户端:yum在线安装机制 2. 安装 2.1 服务器端转载 2016-03-03 18:30:53 · 584 阅读 · 0 评论 -
CentOS 搭建Git Gitosis 服务器
环境部署 操作系统: Centos6.5 x64 Git: git-2.0.0 Gitosis: Gitosis Gitweb: git-2.0.0 OpenSSH Server:原创 2016-03-03 18:34:09 · 397 阅读 · 0 评论 -
git报错 gitois报错
一 如果在git clone的时候遇到 error: cannot run ssh: No such file or directory - cygwin git ”错误,则表示本机没有安装ssh命令。安装方法请参考:http://blog.haohtml.com/archives/13313 有时候我们要更换电脑来重新开发项目。这个时候,只需要将id_rsa私钥放在home原创 2016-03-03 18:38:03 · 1179 阅读 · 0 评论 -
fatal: Not a git repository (or any of the parent directories):
我用git add file添加文件时出现这样错误: fatal: Not a git repository (or any of the parent directories): . 我用git add file添加文件时出现这样错误: fatal: Not a git repository (or any of the parent directories): .git原创 2016-03-03 19:13:02 · 3681 阅读 · 0 评论 -
CentOS下SVN服务的启动与关闭
CentOS下SVN服务的启动与关闭 CentOS下SVN服务的启动与关闭 操作系统:CentOS 6.5 SVN版本:1.8.11 启动SVN服务: svnserve -d -r /home/svn /home/svn 为版本库的根目录; 关闭SVN服务: 使用以下命令查找进程 ps aux | grep svn # ps aux | grep原创 2016-03-11 14:46:50 · 784 阅读 · 0 评论 -
github是什么?github怎么用?
github是什么呢?github怎么用呢? github以托管各种git库,并提供一个web界面,可以说是一款易于使用的git图形客户端。 Git是一个分布式的版本控制系统,最初由Linus Torvalds编写,用作Linux内核代码的管理。在推出后,Git在其它项目中也取得了很大成功,尤其是在Ruby社区中。目前,包括Rubinius和Merb在内的很多知名项目都使用了G转载 2016-05-26 14:05:26 · 1573 阅读 · 0 评论 -
OSError: [Errno 13] Permission denied: '/home/git/gitosis'
OSError: [Errno 13] Permission denied: '/home/git/gitosis' 解决: [root@localhost git]# chown -R git:git /home/git/原创 2016-06-24 14:55:58 · 3244 阅读 · 0 评论 -
搭建gitlab
http://lansgg.blog.51cto.com/5675165/1760578 http://www.vincentguo.cn/default/96.html http://blog.youkuaiyun.com/zy416548283/article/details/38057925 http://www.360doc.com/content/15/0603/14/216312转载 2016-12-07 16:59:41 · 343 阅读 · 0 评论