[git-users] Re: Git clone shows Initialized empty Git repository in what/ever/.git/

2012-11-27 Thread tombert
Hi - the message is missleading. I am receiving the same message but the database is ok if you check it. How to check it? Do a git clone (without the bare) on the newly created bare repository - you will see that you will receive all the files. --

[git-users] Re: Git clone shows Initialized empty Git repository in what/ever/.git/

2012-11-19 Thread John McKown
You might want to give an example of the git clone command you do on the system that works, and then also the git clone command you do on the system which doesn't work. I do something similar. On the local machine I do: git clone /SmartStor1/Volume1/PUBLIC/git/project.git on the remote

Re: [git-users] Re: Git clone shows Initialized empty Git repository in what/ever/.git/

2012-11-19 Thread William Mizuta
Do you have a commit on your bare repository? The message Initialized empty Git repository in what/ever/.git/ indicates that your bare repository doesn't have a commit yet. William Seiti Mizuta @williammizuta Desenvolvedor da Caelum On Mon, Nov 19, 2012 at 6:35 PM, John McKown