0

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

John
  • 8,846
  • 8
  • 50
  • 85

1 Answers1

2

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.

manojlds
  • 290,304
  • 63
  • 469
  • 417