咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
最近OpenClaw 项目火起来了。接触的用户也骤然增多,大多数人都是想尝个新,但是遇到了各种问题。
在 Windows 10 下安装中我们也遇到了npm install -g clawdbot 出现错误
npm ERR! code 128 npm ERR! An unknown git error occurred npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/layouts/Admin.js.git npm ERR! git@github.com: Permission denied (publickey). npm ERR! fatal: Could not read from remote repository. npm ERR! npm ERR! Please make sure you have the correct access rights npm ERR! and the repository exists.
这里我们只需要执行下面这个命令就可以解决:
git config --global http.sslverify "false"