1.问题描述:
git已经安装测试没有问题,账号在github网站上是可登陆的,但是使用idea的github添加账号连接github报错
The password is not saved and is only used to generate a GitHub token
Invalid authentication data.404 Not Found-Not Found
2.问题原因:
不清楚
3.解决方案:使用token验证登录
3.1 登录GithHub
头像→Settings→Developer settings→Personal access tokens→Generate new token
3.2生成token
Note处填token描述→Select scopes全部勾选给所有权限→Generate token
3.3复制token,保存到一个地方
3.4 idea中改用token验证登录