报错:git@192.168.48.48: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password)

时间:2021-05-24 15:16:58   收藏:0   阅读:350

通过git clone完项目然后进行npm install 报错

1 npm ERR! git@192.168.48.48: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
2 npm ERR! fatal: Could not read from remote repository.
3 npm ERR!
4 npm ERR! Please make sure you have the correct access rights
5 npm ERR! and the repository exists.

原因:缺少SSH密钥

解决方法:

 

原文:https://www.cnblogs.com/coder-zero/p/14804021.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!