当前位置:   article > 正文

git push 提示 remote: Support for password authentication was removed on August 13, 2021. Please ...

git push 提示 remote: Support for password authentication was removed on August 13, 2021. Please ...

问题描述

今天把自己翻译的一些内容提交到 GitHub 上,但是 push 后却提示下内容:

remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: unable to access 'https://github.com/xxx/xxxx.git/': The requested URL returned error: 403
  • 1
  • 2
  • 3

分析

一开始还以为是自己的网络出问题,通过再三确认后,发现不是自己网络的问题,于是直接将提示的关键词必应搜索,直接找到 csdn 的一个博客的解决方案,但是按照这位博主的方法,需要重新 clone 仓库,但我已经在原先的仓库基础上修改好了。如果重新 clone,势必要重新编辑文章内容,感觉繁琐,于是在生成了 ssh key 之后,我直接把仓库的 remote url 进行了更改,发现也能很好的解决问题。

解决方法

直接运行修改 remote url 的命令行即可:

git remote set-url origin git@github.com:userNa
    声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/659111
    推荐阅读
    相关标签
      

    闽ICP备14008679号