Incorrect username or password ( access token )

这篇具有很好参考价值的文章主要介绍了Incorrect username or password ( access token )。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

报错场景

上传项目到Gitee时,最后一步推到Gitee分支上

git push -u origin "master"

报了如下图所示错误:

incorrect username or password (access token),# Git,git,github

Incorrect username or password ( access token ) 翻译过来就是:不正确的用户名或密码(访问令牌)


原因分析

造成该报错的原因有两种情况:

1、第一次输入SSH输入验证时,输错了用户名或密码;

2、由于之前修改了Gitee的账户密码,但是忘记修改计算机的凭据导致


解决方法

我当前环境报该错误的原因是第二种,所以解决办法为:

win + R 输入【control】进入控制面板后点击【凭据管理器】

incorrect username or password (access token),# Git,git,github

然后点击【Windows凭据】进入Windows凭据页面

incorrect username or password (access token),# Git,git,github 找到保存的Git或者Gitee凭据,展开后点击【编辑】,即可更新账户密码。

incorrect username or password (access token),# Git,git,github

 修改完成后,再次输入git push -u origin "master",该问题解决。文章来源地址https://www.toymoban.com/news/detail-530921.html

到了这里,关于Incorrect username or password ( access token )的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • remote: HTTP Basic: Access denied. The provided password or token is incorrect or your account has 2

    具体错误: 解决办法 Personal access tokens · Profile · User · Help · GitLab

    2024年02月11日
    浏览(52)
  • 【Git】报错:remote: Invalid username or password.

    根据报错提示,就是不合法的用户名和密码,导致了我们认证仓库链接的时候出现了问题。 经过查证,在配置我们的全局范围签名的时候,需要和github的用户及邮箱保持一致。 修改完成后,再次推送,出来认证界面就可以了: OVER! 本以为没问题了,但是接着有报了错,仔细

    2024年02月11日
    浏览(37)
  • 处理 Code:516. Authentication failed: password is incorrect or there is no user with such name.

     在测试 ClickHouse 分布式表时,创建分布式表成功,但是查询数据时报错,如下: Received exception from server (version 22.2.2): Code: 516. DB::Exception: Received from 192.168.38.101:9000. DB::Exception: Received from 192.168.38.103:9000. DB::Exception: default: Authentication failed: pass word is incorrect or there is no user w

    2024年02月17日
    浏览(44)
  • github中git clone需要username和password问题

    username:一般指你的昵称 password:一般指Creating a fine-grained personal access token 这个的获取办法如下(注意,在11步的时候,记得打开你仓库对应的一些access 权限): Note : Fine-grained personal access token are currently in beta and subject to change. To leave feedback, see the feedback discussion. Verify you

    2024年04月16日
    浏览(33)
  • git中出现ssh_dispatch_run_fatal: incorrect signature问题

    $ git clone ssh: Cloning into \\\' \\\'... ssh_dispatch_run_fatal: Connection to  port 端口号: incorrect signature fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.   在安装git目录下打开 vim /etc/ssh/ssh_config   添加上面这句话,OK  HostKeyAlgorithms ssh-rsa

    2024年02月03日
    浏览(38)
  • 亲测解决Git inflate: data stream error (incorrect data check)

    Git inflate: data stream error (incorrect data check) error: unable to unpack… 前提是你的repository在github等服务器或者其他路径有过历史备份/副本,不要求是最新版本的,只要有就可能恢复你做的所有工作。 执行 git fsck --full 检查损坏的文件 在其他路径下载你的git仓库/备份,在相应的路径中

    2024年02月05日
    浏览(46)
  • git clone 命令出现提示 You must use a personal access token or SSH key解决方式

    通常我们要从一个新的github 仓库中去clone 代码时。是需要我们把自己的本地的git 的公有秘钥配置在 github 仓库中,才能正常克隆代码。 为什么需要ssh key 秘钥? 使用 SSH 协议可以连接远程服务器和服务并向它们验证。 利用 SSH 密钥可以连接 GitHub,而无需在每次访问时提供用

    2024年02月09日
    浏览(59)
  • 解决 Redis7.0远程连接报错:WRONGPASS invalid username-password pair or user is disabled.

    再设置bind 0.0.0.0 和protected-mode no以及密码之后,我通过本地工具远程连接服务器的redis始终连接不上,并且能够确认服务器上的redis是正常运行,本地也能telnt通服务器的6379端口,翻遍很多资料后发现:redis7.0升级了一个东西:当设置密码后,用户名不再是root,会有一个默认的

    2024年02月12日
    浏览(41)
  • 安装git报错“The drive or UNC share you selected does not exist or is not accessible“

    说明之前的git没有卸载干净 方法一:Windows应用-应用和功能里找到git,点击卸载即可 方法二:win+r   输入regedit,进入注册表编辑器,根据以下路径找到Git_is1:ComputerHKEY_LOCAL_MACHINESOFTWAREWOW6432NodeMicrosoftWindowsCurrentVersionUninstall 如果该路径下没有,换个路径继续找(我就是

    2024年02月17日
    浏览(36)
  • LINUX终端登录时提示 Login incorrect

    1. LINUX终端登录时提示 Login incorrect     问题:(1)通过 VMware虚拟机软件安装的 CentOS 操作系统,在通过选择图形界面窗口 GNOME(建议选择经典模式) 进入:    此处选择经典模式是因为可以通过鼠标右键单击直接在图形窗口下进入命令终端(进入后命令终端可以很直接

    2024年02月02日
    浏览(60)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包