On Wed, Sep 27, 2006 at 07:55:29PM -0400, Christopher Monty Montgomery wrote: > I commit the shame of asking another stupid question in public. I > can't seem to pull from your repo... > > twofish:/usr/src/kernels# git clone > master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6.git > linux-usb-git > [EMAIL PROTECTED]'s password: > > Huh??? Why do I need the root password? Git has never asked me for a > password before...
That's because you are pulling as root (not a good thing to do), and you are trying to log into the master.kernel.org machine. I used that kind of git url because it is easier for Linus to pull that way, as he has an account on that machine. > Altering the URL to the format used in the "Kernel hacker's Guide to > Git" yields: > > twofish:/usr/src/kernels# git clone > git://master.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git > linux-usb-git What's with the linux-usb-git stuff? > fatal: unable to connect a socket (Connection refused) > fetch-pack from > 'git://master.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git' > failed. > > The HOWTO has failed me. The git reference is more interested in > telling me how git works than how to use it. How do I fetch a copy of > the USB tree from git? Well, just pull from Linus's tree now, as he has taken all of these changes in his :) Otherwise, you can pull from: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git and get these changes. Note the "git.kernel.org" and not "master.kernel.org" name, that's the problem here. And again, DO NOT DO THIS AS ROOT! many bad things might happen, you should never need to do things as root when doing kernel development (except to install a built kernel.) thanks, greg k-h ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel