码云用户密码错误:remote: Incorrect username or password ( access token )

remote: Incorrect username or password ( access token )
尼玛、老老实实用SSH链接吧,
使用GitHub没有一点问题,使用国产的什么鬼?

出现这中情况,网上说:

解决:

1、控制面板,账户管理、更改用户名和密码保存;
码云用户密码错误:remote: Incorrect username or password ( access token )_第1张图片
2、SSH
当然选用第二种了,暴躁;
查看命令,生成ssh 公钥秘钥;添加进去;

码云用户密码错误:remote: Incorrect username or password ( access token )_第2张图片

ssh-keygen -t rsa -C "[email protected]"
# Generating public/private rsa key pair… 这个生成发送到邮箱的,我这里不用;
直接使用 ssh-keygen -t rsa 加上 三次回车搞定;
如下图展示:

码云用户密码错误:remote: Incorrect username or password ( access token )_第3张图片

生成的秘钥以及公钥地址 C:\Users\Administrator.ssh
私钥id_rsa
公钥id_rsa.pub
码云用户密码错误:remote: Incorrect username or password ( access token )_第4张图片

公钥id_rsa.pub 添加进去
码云用户密码错误:remote: Incorrect username or password ( access token )_第5张图片
添加成功来了个邮件;
码云用户密码错误:remote: Incorrect username or password ( access token )_第6张图片
私钥id_rsa 在本地;
使用命令:ssh -T [email protected]
yes 添加SSH 信任列表,ok
码云用户密码错误:remote: Incorrect username or password ( access token )_第7张图片

你可能感兴趣的:(开发工具软件使用)