-
Notifications
You must be signed in to change notification settings - Fork 299
Description
when I install LLVM for Libfuzzer, someting is wrong.
when i run "checkout_build_install_llvm.sh" , and return some wrongs, it say that "Git.llvm.org Excessive redirection times."
and i check checkout_build_install_llvm.sh, and found the code
"
cd $WORK_DIR/src && git clone --depth 1 http://llvm.org/git/llvm.git
cd $WORK_DIR/src/llvm/tools && git clone --depth 1 http://llvm.org/git/clang.git
cd $WORK_DIR/src/llvm/projects && git clone --depth 1 http://llvm.org/git/compiler-rt.git
cd $WORK_DIR/src/llvm/projects && git clone --depth 1 http://llvm.org/git/libcxx.git
cd $WORK_DIR/src/llvm/projects && git clone --depth 1 http://llvm.org/git/libcxxabi.git
"
then i visit the "http://llvm.org/git/xxx.git" in my browser,and also can't visit successfully.
May I ask whether this is my operation error or this website has updated these urls?