Am Montag, 6. Oktober 2008 schrieb Michael MacIsaac: > -) Then using git failed, but at least it ran. > # git clone http://git.gitorious.org/open-ovf/mainline.git > Initialized empty Git repository in /usr/local/src/mainline/.git/ > fatal: http://git.gitorious.org/open-ovf/mainline.git/info/refs download > error - transfer closed with 30 bytes remaining to read >
Mike, if possible, dont use http:// but use git:// instead, this gives a much better performance and reliability. The git protocol understands the content and transfers only the changes when doing a "git fetch" or "git pull". This is a tcp connection to port 9418. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
