Idea登录Github invalid authentication data. 404 Not Found-Not Foun

问题描述

 invalid authentication data. 404 Not Found-Not Foun

Idea登录Github invalid authentication data. 404 Not Found-Not Foun_第1张图片

常规处理方式

  • 试过取消代理 没有解决
  • 试过加https://github.com 用邮箱账号登录 没有解决

最终解决方法

通过登录github设置new token解决
  1. 登录github
  2. 进入设置

Idea登录Github invalid authentication data. 404 Not Found-Not Foun_第2张图片
Idea登录Github invalid authentication data. 404 Not Found-Not Foun_第3张图片
Idea登录Github invalid authentication data. 404 Not Found-Not Foun_第4张图片
现在已经进入到了Personal access tokens选项中,点击添加新的token
Idea登录Github invalid authentication data. 404 Not Found-Not Foun_第5张图片
在下图的note文本框中填入你这个token的描述,知道他是谁的token就可以了
Idea登录Github invalid authentication data. 404 Not Found-Not Foun_第6张图片
select scopes的选项卡全选
Idea登录Github invalid authentication data. 404 Not Found-Not Foun_第7张图片
Idea登录Github invalid authentication data. 404 Not Found-Not Foun_第8张图片
全选完之后点击左下角,绿色按钮
Idea登录Github invalid authentication data. 404 Not Found-Not Foun_第9张图片
会自动转入到这个界面,你现在只需用复制你的token
在这里插入图片描述
接下来回到Idea重新登录github,使用Token登录
Idea登录Github invalid authentication data. 404 Not Found-Not Foun_第10张图片
1、把刚才在github上复制的token粘贴
2、点击log in
Idea登录Github invalid authentication data. 404 Not Found-Not Foun_第11张图片
登陆成功
Idea登录Github invalid authentication data. 404 Not Found-Not Foun_第12张图片
关于idea如何关联github全过程,大家可以看我的下边这篇文章,虽然是pycharm的关联过程,但是idea与其操作流程一模一样

https://blog.csdn.net/qq_44859600/article/details/101874876

你可能感兴趣的:(github,idea)