github push时提示Username for ‘https://github.com‘ 解决办法

news/2024/11/21 23:33:00/

今天进行push的时候一直提醒我输入Username还有PassWord。

还出现提示:remote: Support for password authentication was removed on August 13, 2021.

 起初我以为Username是我github上的用户名,没想到竟是GitHub绑定的邮箱😓,这里真的好坑!

而PassWord也不是登录github的密码,而是一个token……

解决方案:

  • Username是指完整的邮箱地址
  • Password是指Personal access tokens

如果你忘记了绑定的邮箱是什么了,可以根据如下步骤找到:

会看到这样的界面。 

如何知道token呢?步骤如下:

image-20210926153029802

image-20210926153054305 

image-20210926153121502设置token的有效期,访问权限等

选择要授予此令牌token范围权限

  • 要使用token从命令行访问仓库,请选择repo
  • 要使用token从命令行删除仓库,请选择delete_repo
  • 其他根据需要进行勾选

  这样,再回到文章开头的界面,输入就可以了

参考文章:

remote: Support for password authentication was removed on August 13, 2021_IT博客技术分享的博客-CSDN博客

github push时提示Username for 'https://github.com' 解决办法_深海云帆的博客-CSDN博客 

 


http://www.ppmy.cn/news/751215.html

相关文章

git push报错:fatal: unable to access ‘https://XXX.git/‘: Failed toconnect to github.com port 443

新建远程仓库后,在本地使用ng new 创建了一个angular项目,然后分别用使用一下命令推送到远程新建的仓库: git init git add . git commit -m "init project" git remote add origin "远程仓库http url" git push origin …

解决git下载报错:fatal: unable to access ‘https://github.com/.../.git/‘:

解决git下载报错:fatal: unable to access ‘https://github.com/…/.git/’:… 1、在git中执行git config --global --unset http.proxy和git config --global --unset https.proxy git config --global --unset http.proxy git config --global --unset https.p…

github push 代码出现fatal: Authentication failed for ‘https://github.com/xxx/xxx.git/‘

fatal: Authentication failed for ‘https://github.com/xxx/xxx.git/’: 问题描述 想从服务器上push代码到github,遇见fatal: Authentication failed for 的问题,弄了很久终于解决。 我是第一次使用github上传代码,按照以下两…

解决报错:fatal: Authentication failed for ‘https://github.com/*/*.git/‘

目录 问题 解决 步骤一、 步骤二、 步骤三、 ​步骤四、 ​步骤五、 步骤六、 问题 今天创建一个 github 新仓库,首次上传本地代码时,遇到了一个报错。但是,之前这样操作肯定是没有问题的,毕竟我可以保证用户名和密码都是…

第三章:L2JMobius学习 – 使用eclipse2023创建java工程

在前两个章节中,我们已经安装了mariadb数据库和jdk,本章节我们安装eclipse2023。eclipse作为老牌的java开发工具,真的是不错的。官方下载地址为: https://www.eclipse.org/downloads/download.php?file/technology/epp/download…

1762_gcc编译c语言makefile自动生成工具的Perl实现

全部学习汇总: GreyZhang/g_makefile: Learn makefile from all kinds of tutorials on the web. Happy hacking and lets find an common way so we may dont need to touch makefile code any more! (github.com) 前阵子实现了一个CodeWarrior嵌入式开发环境的自动…

怎样关闭笔记本触控板

FnF8组合键,笔者笔记本是联想的,可通过此法关闭触控板,如遇到个别笔记本电脑通过此方法不能关闭触摸板。另外个别笔记本也提供了关闭触摸板的快捷键,详细信息需要提供具体型号核实。 禁用触控板 打开控制面板,双击打开“鼠标”选…

关闭笔记本自带鼠标触摸键

亲试,此方法确实好用 1 首先在笔记本电脑桌面的“计算机(我的电脑)”上右键鼠标,然后选择打开“属性”,如下图所示。 怎么禁用笔记本键盘 关闭笔记本自带键盘方法 2 打开系统属性后,点击进入上角的【设备管…