Thread: git issues
View Single Post
  #2  
Old 04-06-2013, 03:38 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

The first error is because you entered 'Clone' with a capital C rather than all in lower case.

The second error is because you have the URL format wrong (you are missing a //). The correct format of the command is:
Code:
git clone git://github.com/EQEmu/Server.git
Reply With Quote