Andreas Tscharner wrote: > Nicolas Bonifas wrote: > > [snip] >> By the way, the git repository seems to have a problem: >> $git clone http://repo.or.cz/wmaker-crm.git > > You forgot the 'r' between repo.or.cz/ and wmaker-crm.git > http://repo.or.cz/r/wmaker-crm.git > ^^^ > here
Thanks Andreas, indeed the "r" was missing. BUT this is the second time someone reports a problem when cloning my repo and both used the http:// address. The _much_ preferred way to clone a git repo is to use the git:// protocol (it is much faster and efficient etc), and the http:// method should be used only in "emergency" cases (e.g. a firewall blocking the git port). So if you want to clone the git repo, just do git clone git://repo.or.cz/wmaker-crm.git and be happy in a faster and more efficient way :-) -- To unsubscribe, send mail to [email protected].
