git Authentication failed for 的解决办法
一、git bash中clone或pull时,弹出的登录框,密码处要输入 token,不再是微软账号的密码!
token如下生成:
二、如果是重置过微软账号密码,则先执行一下如下命令再操作git:
git config --system --unset credential.helper
一、git bash中clone或pull时,弹出的登录框,密码处要输入 token,不再是微软账号的密码!
token如下生成:
二、如果是重置过微软账号密码,则先执行一下如下命令再操作git:
git config --system --unset credential.helper