From: Tetsuo Handa on
Hello.

I can't "git pull" for linux-2.6 and linux-next tree.
Other trees seems to be OK.
Is this temporary problem?

$ cd ~/linux-2.6/
$ git pull origin master
fatal: http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/info/refs not found: did you run git update-server-info on the server?
$ cd ~/linux-next/
$ git pull origin master
fatal: http://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/info/refs not found: did you run git update-server-info on the server?
$ for i in 204.152.191.40 130.239.17.7 149.20.20.136 199.6.1.166; do curl http://$i/pub/scm/linux/kernel/git/torvalds/linux-2.6.git/info/refs; done
$ for i in 204.152.191.40 130.239.17.7 149.20.20.136 199.6.1.166; do curl http://$i/pub/scm/linux/kernel/git/next/linux-next.git/info/refs; done
$
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/