git 报错 remote: Check Access Error, please check your username and password

编程知识 更新时间:2023-04-06 10:24:20

问题描述

git 将本地仓库提交远程仓库输入: git push -u origin master命令
报错:remote: Check Access Error, please check your username and password!


解决方案

打开控制面板 —> 搜索凭据 —> Windows凭据 —> 找到git相关的可以在编辑处直接修改密码,也可以删除后重新构建


命令

// 全局
// 更改用户名
$ git config --global user.name "你的用户名"

// 更改邮箱
$ git config --global user.email "你的邮箱地址"

// 更改密码
$ git config --global user.password "你的密码"

// 查看
$ git config user.name(user.email or user.password)

更多推荐

git 报错 remote: Check Access Error, please check your username and password

本文发布于:2023-04-06 10:24:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/612013def8af1ec04e535307d1f8c956.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:报错   Check   remote   git   Access

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!

  • 49041文章数
  • 14阅读数
  • 0评论数