lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <201002131711.EDB82658.FVOtJFMOSHOFLQ@I-love.SAKURA.ne.jp> Date: Sat, 13 Feb 2010 17:11:38 +0900 From: Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp> To: linux-kernel@...r.kernel.org Subject: [linux-2.6 linux-next] Can't "git pull" 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@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/