【node 安装依赖】npm i安装或者yarn安装依赖报错fatal: Could not read from remote repository.
将github的ssh链接改为https链接
git config --global url."https://github.com/".insteadof "ssh://git@github.com/"
将github的ssh链接改为https链接
git config --global url."https://github.com/".insteadof "ssh://git@github.com/"