求解:github开启了两步验证后git push使用https方式 验证权限失败

hainuo@hainuo-ubuntu:/www/×××/.git$ git push 
Username for 'https://github.com': hainuo
Password for 'https://hainuo@github.com': 
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/hainuo/xi.git/'

我开启了github两步验证后应该如何解决?

由于windows下开发,编码老是自动转换成ansi或者gbk 实在搞不懂所以将电脑格式化撞了ubuntu在ubuntu下面没有githubforwindows方便的gui工具,只能够求助大家了

阅读 55.2k
2 个回答

已经有了解决方案
参考方案是
记住密码和用户名
为命令行创建一个口令

主要代码

git config --global credential.helper store
  1. Go to your profile page.
  2. Applications menuIn the left sidebar, click Applications.
  3. Generate new token buttonClick Generate new token.
  4. Token description fieldGive your token a descriptive name
  5. Selecting token scopesSelect the scopes you wish to grant to this token. The default scopes allow you to interact with public and private repositories, user data, and gists.
  6. Generate token buttonClick Generate token.
  7. Newly created tokenCopy the token to your clipboard. For security reasons, after you navigate off this page, no one will be able to see the token again.

然后需要做的就是在git push的时候

Username for 'https://github.com': hainuo
Password for 'https://hainuo@github.com': 

这里的Password项目你将在github后台生成的access token 粘帖进去就行了

至于文件保存在哪里?
文件保存位置是/home/你使用的账户/
会在这个目录生成两个文件
.gitconfig
.git-credentials
之后你在linux终端里的操作就不会被验证程序打扰了。。

github开启二次验证后,提交时密码用个人设置里的Personal Access Token,而不是账号密码

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题
logo
Microsoft
子站问答
访问
宣传栏