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问题


更多信息请关注公众号:「软件老王」,关注不迷路,软件老王和他的IT朋友们,分享一些他们的技术见解和生活故事。

相关文章:

  • 2021-12-26
  • 2022-12-23
  • 2021-09-22
  • 2021-09-28
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-06
  • 2021-05-09
  • 2021-10-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案