Log in

View Full Version : git issues


darkonites3
04-05-2013, 08:32 PM
anyone encountered these issues before?


http://img820.imageshack.us/img820/2943/errorqv.png
http://img13.imageshack.us/img13/6537/error2j.png

Derision
04-06-2013, 03:38 AM
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:

git clone git://github.com/EQEmu/Server.git

darkonites3
04-06-2013, 08:11 AM
thanks! im not used to git at all first time using it