Jenkins报错提示是这样的:returned status code 128: stdout: stderr: Permission denied (publickey).
fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.
先附上截图:
首先生成自己的ssh信息:
- 1 生成对于的ssh秘钥,公钥
ssh-keygen -t rsa -C "yangxibin"
根据提示输入:y然后一路回车
根据提示信息切换到生成的位置。
- 2 查看公钥,复制到gitee上的ssh管理进行添加
cat id_rsa.pub
- 3 添加凭据(就是码云的登录账号和密码)
- 4 大功告成