当前位置:   article > 正文

github验证更换操作_github setup authenticator

github setup authenticator

github验证更换操作

8月13日后 git pull操作报错

Support for password authentication was removed on August 13, 2021. Please use a personal access tok
  • 1

原因

github 网站更新了验证方式

token验证配置

1.登录github账号,点击settings,点击Developer settings
2.点击Personal access tokens
3. 点击Generate new token
4. 默认创建下去即可,建议Select scopes全选
5. 记下创建的 token,以后它就取代所有 需要输入的密码了,比如gitpull 要求输入账号,和token

https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token

mac客户端配置

refer:https://github.com/microsoft/Git-Credential-Manager-Core#linux-install-instructions

1.安装github的密码界面弹出组件【一下连接中有linux和win的介绍】

https://docs.github.com/en/get-started/getting-started-with-git/caching-your-github-credentials-in-git

$ brew install git
$ brew tap microsoft/git
$ brew install --cask git-credential-manager-core

2.安装完成可以尝试git命令

git push
弹出对话框,选择token,输入token,即可完成推送

git pull
要求输入账号:正常账号
输入密码: 输入token 即可

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/797246
推荐阅读
相关标签
  

闽ICP备14008679号