Tiny Core Linux
General TC => General TC Talk => Topic started by: genec on June 30, 2013, 09:44:46 AM
-
1) I'm surprised no gitd seems to be active. If I recall correctly, git is a little more intelligent about minimizing the traffic when speaking with a gitd but for small repos, it's borderline.
2) The web interface specifies HTTP URLs for the repo that don't have the trailing '/'. Without the trailing '/', a clone fails.
-
Yep, the extra daemon is not running since it's not needed - would just enlarge the attack surface for us.
Cloning works fine for me without the trailing slash?
$ git clone http://git.tinycorelinux.net/corebook
Cloning into 'corebook'...
$ ls corebook/
docinfo.xml fop.xsl images part1 part3 plan
ending heading Makefile part2 part4
-
Cloning works fine for me without the trailing slash?
Works on piCore too...
-
Odd, now it works. ;D