Gitlab 6.5.1 installed on CentOS 6.5 sucessfully, but cannot clone from client
Created by: shenzhenjia
$ git clone [email protected]:/Edward/sys.git Cloning into 'sys'... [email protected]'s password: fatal: '/Edward/sys.git' does not appear to be a git repository fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
check it on server, it extis, seen as below: [root@localhost Edward]# cd /home/git/repositories/ [root@localhost repositories]# ls Edward [root@localhost repositories]# cd Edward [root@localhost Edward]# ls sys.git sys.wiki.git [root@localhost Edward]#
What's wrong with it? Thanks!