Install
openclaw skills install openclaw-upgradeUpgrade OpenClaw to the latest version in environments unable to access GitHub by using yarn to bypass git dependency issues.
openclaw skills install openclaw-upgrade在无法访问 GitHub 的网络环境下升级 OpenClaw 到最新版本。
ECONNRESET 或 git-remote 相关错误用户提到:
yarn global add openclaw@latest
openclaw status | grep Update
yarn global list --depth=0 | grep openclaw
问题根源:
ssh://git@github.com/ 或 https://codeload.github.com/ 下载yarn 的优势:
curl -I https://registry.yarnpkg.comyarn config set registry https://registry.npmmirror.com
yarn global add openclaw@latest
# 检查版本
openclaw status
# 检查二进制文件
which openclaw
# 重启 Gateway(如果需要)
openclaw gateway restart
时间: 2026-03-16
环境: 阿里云 ECS (iZbp11fabmqqfedfdynx3eZ)
问题: npm update 失败 6 次,GitHub 网络不可达
解决: 使用 yarn global add openclaw@latest 成功升级到 2026.3.13