Your ROOT_URL in app.ini is https://bdgit.educoder.net/ but you are visiting http://bdgit.educoder.net/rcore_test/rCore-Tutorial-v3-tests/blame/commit/d1fcf2fc9fe3cc594885f39c21b543a753006c8a/user/.cargo/config You should set ROOT_URL correctly, otherwise the web may not work correctly.
rCore-Tutorial-v3-tests/user/.cargo/config

7 lines
133 B

[build]
target = "riscv64gc-unknown-none-elf"
[target.riscv64gc-unknown-none-elf]
rustflags = [
"-Clink-args=-Tsrc/linker.ld",
]