Marc Singer <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] /git > git clone > rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > linux-2.6 > defaulting to local storage area > ssh: rsync: Name or service not known > fatal: unexpected EOF
Hmph. "git clone rsync://rsync.kernel.org/pub/scm/git/git.git git.git" seems to work so does the exact command you show above. Is it possible that you are running git-clone-script from an older Git? > Moreover, I'd like to be able to > keep one repo that is just pulling from the net and then clone it for > different working directories. That is a sane thing to ask. Assuming you have solved the above problem: $ ls linux-2.6 $ git clone -l linux-2.6 linux-ms $ git clone -l linux-2.6 linux-ms-net $ git clone -l linux-2.6 linux-ms-ide $ git clone -l linux-2.6 linux-ms-usb would make local clones of vanilla linux-2.6 repo you locally have ("-l" knows to use hardlinks when possible). - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html