上一页 1 2 3 4 5 6 7 ··· 214 下一页
摘要: 一,下载: 官方地址: https://www.docker.com/products/docker-desktop/ 如图: 二,安装 三,运行: 四,测试效果: 阅读全文
posted @ 2026-09-16 21:54 刘宏缔的架构森林 阅读(4) 评论(0) 推荐(0)
摘要: 一,更新 WSL 内核 执行: wsl --update 如果太慢可以从github直接下载: 网站: https://github.com/microsoft/WSL/releases 如图: 如图: 双击运行安装, 从终端查看: 二,设置默认版本为2: 查看默认版本: PS C:\Users\c 阅读全文
posted @ 2026-09-16 21:34 刘宏缔的架构森林 阅读(5) 评论(0) 推荐(0)
摘要: 一,检查 CPU 虚拟化 如果此处不是已启用, 需要进入电脑 BIOS 开启 Intel Virtualization Technology 或 AMD-V 二,开启 Windows 可选功能 阅读全文
posted @ 2026-09-16 20:33 刘宏缔的架构森林 阅读(4) 评论(0) 推荐(0)
摘要: 一,从官网下载 https://git-scm.com/install/windows 如图 二,安装 三,测试效果: 阅读全文
posted @ 2026-09-16 16:04 刘宏缔的架构森林 阅读(3) 评论(0) 推荐(0)
摘要: 一,git安装: git clone https://github.com/obra/superpowers.git ~/.codex/skills/superpowers 二,查看效果: 进入codex后执行命令: /skills 如下: 阅读全文
posted @ 2026-09-14 22:39 刘宏缔的架构森林 阅读(8) 评论(0) 推荐(0)
摘要: 一,报错信息: Would you like to run the following command? Environment: local Reason: 沙箱内执行命令失败了(bwrap 网络命名空间错误),需要以非沙箱方式查看当前工作区内容以判断脚手架现状。 $ pwd && ls -la 阅读全文
posted @ 2026-09-14 22:10 刘宏缔的架构森林 阅读(15) 评论(0) 推荐(0)
摘要: 一,根据deepseek官方文档配置api key: 官方文档地址: https://api-docs.deepseek.com/zh-cn/quick_start/agent_integrations/codex 执行命令: $ bash <(curl -fsSL https://cdn.deep 阅读全文
posted @ 2026-09-14 15:04 刘宏缔的架构森林 阅读(10) 评论(0) 推荐(0)
摘要: 一,安装: $ npm install -g @openai/codex 二,查看效果: $ codex --version codex-cli 0.154.0 阅读全文
posted @ 2026-09-14 14:37 刘宏缔的架构森林 阅读(4) 评论(0) 推荐(0)
摘要: 一,查看镜像源 $ npm config get registry 二,配置镜像源: 执行: npm config set registry https://registry.npmmirror.com 如下: lhd@lhd-pc:~$ npm config get registry https: 阅读全文
posted @ 2026-09-14 14:24 刘宏缔的架构森林 阅读(7) 评论(0) 推荐(0)
摘要: 一,官网下载地址: https://nodejs.org/zh-cn/download/ 如图: 二,安装nvm 下载并安装nvm $ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash 使安 阅读全文
posted @ 2026-09-14 14:16 刘宏缔的架构森林 阅读(12) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 214 下一页