diff --git a/articles/20220816-introduction-to-qemu-and-riscv-upstream-boot-flow.md b/articles/20220816-introduction-to-qemu-and-riscv-upstream-boot-flow.md index d386fb70d1c936ce0fefe268e878fbdc92535e1d..a6c95c03bfe948c660584297c0831e76091aa951 100644 --- a/articles/20220816-introduction-to-qemu-and-riscv-upstream-boot-flow.md +++ b/articles/20220816-introduction-to-qemu-and-riscv-upstream-boot-flow.md @@ -171,6 +171,8 @@ $ cd linux-kernel $ git init $ git fetch git@gitee.com:mirrors/linux_old1.git // 如果断了,可以多次执行 git fetch,以便实现续传 +$ git remote add origin git@gitee.com:mirrors/linux_old1.git +$ git pull origin $ git checkout v5.18 ```