WSL 更新失败 (退出代码: 1603) 解决方案 2024年08月09日 jjl9807 1700 本文简述了 WSL 升级过程中出现 1603 错误 (Could not write value to key \SOFTWARE\Classes\Directory\shell\WSL) 的具体解决方案:删除系统中相应的注册表项之后再次尝试升级即可。 阅读全文 0 评论
本地分支与上游仓库同步 2023年08月21日 jjl9807 275 克隆仓库到本地添加上游仓库的远程分支git remote add upstream <source-repo-url>查看仓库远程分支git remote -v从上游仓库 main 分支进行拉取更新git pull upstream main... 阅读全文 0 评论
云服务器网络安装操作系统 2023年08月20日 jjl9807 279 下载 iPXE Linux 内核文件并重命名放至合适位置。wget https://boot.netboot.xyz/ipxe/netboot.xyz.lkrn -O /boot/generic-ipxe.lkrn创建 netboot.xyz initr... 阅读全文 0 评论