Skip to content

Instantly share code, notes, and snippets.

@henryyan
Created December 7, 2011 07:09
Show Gist options
  • Save henryyan/1441814 to your computer and use it in GitHub Desktop.
Save henryyan/1441814 to your computer and use it in GitHub Desktop.
gitolite clone问题
testgit@kafeitu-nb:~$ git clone rcgit:testing.git
Cloning into testing...
fatal: 'testing.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
testgit@kafeitu-nb:~$ git clone git@runchain.gicp.net:repositories/testing.git
Cloning into testing...
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 5 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (5/5), done.
henryyan@kafeitu-nb:~/work/runchain/projects/gitserver/gitolite-admin$ cat conf/gitolite.conf
@admin = admin
@runchain = bill henryyan kafeitu zhoujun luoqiong xutao fengjian testgit
repo gitolite-admin
RW+ = @admin
repo testing
RW+ = @all
repo runchain-arch
RW+ = henryyan
R = @all
repo joying-erp
RW+ = @runchain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment