废话不多说直接上步骤
先生成ssh
ssh-keygen -t rsa -C "youremail@example.com"
完成!!写一下我遇见的问题
报错
remote: Incorrect username or password ( access token )
fatal: Authentication failed for
输入以下代码,重置之前输入的码云账号密码
git config --system --unset credential.helper
谢谢,整理不易顺手点个赞
废话不多说直接上步骤
先生成ssh
ssh-keygen -t rsa -C "youremail@example.com"
完成!!写一下我遇见的问题
报错
remote: Incorrect username or password ( access token )
fatal: Authentication failed for
输入以下代码,重置之前输入的码云账号密码
git config --system --unset credential.helper
谢谢,整理不易顺手点个赞