赞
踩
54867@dsy61716-0436 MINGW64 /e/09-code/02-wind_profile (master)
$ git clone git@10.42.141.125:zhaoxiaozheng/mygitlabproject.git
Cloning into 'mygitlabproject'...
git@10.42.141.125's password:
Permission denied, please try again.
git@10.42.141.125's password:
在gitlab上传项目的时候出现Permission denied, please try again问题。
在使用 git 克隆或上传项目的时候出现 git@xxx password: 让你输入密码,你发现无论输入什么都会出现 Permission denied, please try again 问题,其实这个主要是工程的SSH key没有加入到你的gitlab账户下。
————————————————
参考资料:
https://blog.csdn.net/weixin_45423865/article/details/106191518
解决办法
三次回车,除了y ,不需要输入东西,这个操作可以生成密钥,如下图所示(出现小泡泡表示成功),生成的公钥和私钥在红框所示的路径下。
复制红框地址到资源管理器,然后回车
我们要做的是:把公钥id_rsa.pub复制到 SSH Keys 中去
用记事本打开,然后ctrl+A ,然后Ctrl+C
复制到 SSH Keys 中,然后点击 Add key
成功
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。