首页 > 其他分享 >Git Clone代码异常解决方案 fatal: Authentication failed for

Git Clone代码异常解决方案 fatal: Authentication failed for

时间:2022-11-28 10:57:15浏览次数:57  
标签:Git 解决方案 clone failed Authentication Clone

原创转载请注明出处:https://www.cnblogs.com/agilestyle/p/16931587.html

 

背景:

当使用git clone 项目代码的时候,由于输错了账号和密码,导致无法再次 clone 的情况

 

解决方案:

打开控制面板 Control Panel\User Accounts\Credential Manager ,定位到Windows Credentials,找到对应的Git 地址,Remove 即可

 

  

标签:Git,解决方案,clone,failed,Authentication,Clone
From: https://www.cnblogs.com/agilestyle/p/16931587.html

相关文章

  • GIT 常用操作命令
    最近学习了git操作,下面整理了一些git常见操作命令:  gitconfig作用:查看或者设置全局配置示例:#生成ssh$ssh-keygen-ted25519-C"[email protected]"#......
  • 《HelloGitHub》第 80 期
    兴趣是最好的老师,HelloGitHub让你对编程感兴趣!简介HelloGitHub分享GitHub上有趣、入门级的开源项目。https://github.com/521xueweihan/HelloGitHub这里有实......
  • 07#Web 实战:实现 GitHub 个人主页项目拖拽排序
    实现效果图GitHub和Gitee个人主页中可以对自己的项目进行拖拽排序,于是我就想自己实现一个。本随笔只是记录一下大概的实现思路,如果感兴趣的小伙伴可以通过代码和本随......
  • git使用指南
    Git配置ssh:一、设置Git的username和email:$gitconfig--globaluser.name"用户名"$gitconfig--globaluser.email"用户邮箱"二、生成SSH密钥过程:1.查看是否已......
  • github及git入门笔记
    1githubhttps://github.com/1.1github注册进入官方https://github.com/首页,点击如下图片中signup按钮,按照提示信息注册即可。注册好之后,如下图所示1.2github......
  • Git_基本操作
    目录一、基本命令1、配置账户名+邮箱2、上传至远程仓库流程3、克隆仓库到本地4、查看日志5、版本回滚二、忽略文件三、config常用配置选项四、分支操作1、基本操作2、合并......
  • git 备忘
    git理解--javascripttypescriptbashsqljsonhtmlcssccppjavarubypythongorustmarkdownGit对于版本的管理其实是对于提交的管理ubuntu安装--java......
  • 解决码云出现[email protected]: Permission denied (publickey).
    官方解决文档:http://git.mydoc.io/?t=1547121)、重新生成sshssh-keygen-trsa-C“[email protected]”2)、查看你的publickeycat~/.ssh/id_rsa.pub(以ssh-rsa......
  • Failed to start bean 'documentationPluginsBootstrapper'; nested exception is jav
    springboot整合swagger2报错错误如下:Failedtostartbean'documentationPluginsBootstrapper';nestedexceptionisjava.lang.NullPointerException:Cannotinvoke......
  • gitlab安装使用
    安装依赖yuminstall-ycurlopenssh-serverpostfixwget 安装gitlab组件  最新版本1)下载wgethttps://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7......