idea中提交项目到github及invalid authentication data 404 not found not found问题

在idea中提交项目到github上,以前是可以提交,今天突然报:invalid authentication data 404 not found not found(如下图),网上找了下解决方案,同时记录下项目(使用spring retry实现重试的demo)在idea中提交到github上的完整流程,希望能帮助有需要的朋友,祝好运!

1、背景

在idea中提交项目到github上,以前是可以提交,今天突然报:invalid authentication data 404 not found not found(如下图),网上找了下解决方案,同时记录下项目(使用spring retry实现重试的demo)在idea中提交到github上的完整流程,希望能帮助有需要的朋友,祝好运!
idea中提交项目到github及invalid authentication data 404 not found not found问题

2、解决方案

方案简单说:需要在github中生成token,然后存储到github中,进行项目提交等操作。

2.1 登录github,进入settings页面

idea中提交项目到github及invalid authentication data 404 not found not found问题

2.2 选择developer settings

idea中提交项目到github及invalid authentication data 404 not found not found问题

2.3 选择 personal access tokens

idea中提交项目到github及invalid authentication data 404 not found not found问题

2.4 选择generate token

idea中提交项目到github及invalid authentication data 404 not found not found问题

2.4 填写相关信息,填写note(任意名字,比如:老王是个帅小伙),select scopes(全选就可以了)

idea中提交项目到github及invalid authentication data 404 not found not found问题

2.5 生成tokens

如下图,会生成tokens,是一串字符串(ghplaowangshigeshuaixiaohuo),点击字符后面的小电池,复制字符串的含义。

idea中提交项目到github及invalid authentication data 404 not found not found问题

2.6 复制tokens到idea中

idea中提交项目到github及invalid authentication data 404 not found not found问题

idea中提交项目到github及invalid authentication data 404 not found not found问题

idea中提交项目到github及invalid authentication data 404 not found not found问题

2.7 idea(2019版)中选择vcs->import into version control->share。。

idea中提交项目到github及invalid authentication data 404 not found not found问题

2.8 idea中初始化项目工程到github.com

idea中提交项目到github及invalid authentication data 404 not found not found问题

idea中提交项目到github及invalid authentication data 404 not found not found问题

idea中提交项目到github及invalid authentication data 404 not found not found问题

idea中提交项目到github及invalid authentication data 404 not found not found问题

2.9 提交(共享)成功

idea中提交项目到github及invalid authentication data 404 not found not found问题

2.10 github官网验证

地址:https://github.com/ruanjianlaowang

idea中提交项目到github及invalid authentication data 404 not found not found问题

idea中提交项目到github及invalid authentication data 404 not found not found问题

 

   
上一篇:Laravel 5.8 bug修复 在abort方法中自定义提示消息 没有显示


下一篇:解决eclipse中tomcat 启动成功,却发现访问不了tomcat主页的404问题