searly 发布的帖子
本人本机下载了github上的工程代码,打算npm install 安装依赖但是报错
PS D:\autoxP\webpack-autojs-master> npm install --registry=https://registry.yarnpkg.com
npm ERR! code 128
npm ERR! An unknown git error occurred
npm ERR! command git --no-replace-objects ls-remote ssh://git@github.com/kkevsekk1/AutoxDeployWebpackPlugin.git
npm ERR! ssh: Could not resolve hostname github.com: No address associated with hostname
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! A complete log of this run can be found in:
npm ERR! C:\Users\qxr\AppData\Local\npm-cache_logs\2024-11-19T11_03_36_698Z-debug-0.log
该问题如何解决,