Skip to content

http://llvm.org/git/xxxx.git can't successful visit #15

@MageWeiG

Description

@MageWeiG

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions