【转】GitHub不再支持密码验证解决方案

GitHub不再支持密码验证解决方案

密码验证于2021年8月13日不再支持

 

如果本地是https 源,那么就修改git 仓库地址

git修改远程仓库地址

方法有三种:

  1. 1.修改命令
    • git remote origin set-url [url]
  2. 先删后加
    • git remote rm origin
    • git remote add origin [url]
  3. 直接修改config文件
    • git文件夹,找到config,编辑,把就的项目地址替换成新的。

 

转自:https://cloud.tencent.com/developer/article/1861466

 

上一篇:Eclipse开发Android项目报错解决方案详细教程,最新版一篇就够了!


下一篇:windows使用python脚本实现ssh-copy-id免密钥ssh登录linux