John
John

Reputation: 8946

run git update-server-info on the server?

I am trying to download a source code from code.google.com using git command but getting the following error

 git clone https://code.google.com/p/dolphin-player/

 Initialized empty Git repository in /afs/.cpiv.com/techhome/john.f/Desktop/dolphin-player/.git/

  fatal: https://code.google.com/p/dolphin-player//info/refs not found: did you run git update-server-info on the server?

 john.f@4wing13:~/Desktop$ git update-server-info

 fatal: Not a git repository

Any one please help

Upvotes: 0

Views: 906

Answers (1)

manojlds
manojlds

Reputation: 301167

I am able to clone from it. Update your git to more recent versions ( atleast 1.7+ ) as it might not support the newer Smart HTTP in older versions.

Upvotes: 2

Related Questions