You're not trying to clone into an existing git project directory, are you?
On Tue, Apr 29, 2008 at 11:27 AM, Daniel Lopes <[EMAIL PROTECTED]> wrote: > > Hello, i push my local repo to remote repo using: > git-config remote.upload.url > http://user:[EMAIL PROTECTED]/git/repo/ > git push upload master > > Everything uploaded, but when i try: > > git clone http://domain.svnrepository.com/git/repo/ > > I get this message error: > Initialized empty Git repository in c:/Users/daniel/trabalhos/ > realminas/website/teste/realminas_site/.git/ > Cannot get remote repository information. > Perhaps git-update-server-info needs to be run there? > > What can i do? > Thanks. >
