我目前正在做一个 IPFS 项目。安装依赖项时 - 当我运行时
npm i libp2p-websockets
我收到以下错误消息:
npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t ssh://git@github.com/hugomrdias/pull-ws.git
npm ERR!
npm ERR! ERROR: Repository not found.
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.
npm ERR!
npm ERR! exited with error code: 128
我已经设置了 SSH 配置。
你知道如何解决这个问题吗?