首页 > 编程语言 >使用VSccde上传文件到Git时报错:fatal:Custom certificate bundle not found at path: F:/python错图墩铝?git娴狂球糕减裱镑勒惊/Gi

使用VSccde上传文件到Git时报错:fatal:Custom certificate bundle not found at path: F:/python错图墩铝?git娴狂球糕减裱镑勒惊/Gi

时间:2022-11-26 12:08:01浏览次数:41  
标签:git 凭证 重新安装 certificate 证书 狂球 Git 管理器

使用VSccde上传文件到Git时报错:fatal:Custom certificate bundle not found at path: F:/python错图墩铝?git娴狂球糕减裱镑勒惊/Gi_python

问题原因

错误分析:

这个是本地下载的Git没有在里面安装好证书导致的,所以要卸载git 重新安装Git就会自动安装证书

解决方法

我们需要 在控制面板>用户账户>凭据管理器>Windows凭证>普通凭证 删除刚才进行的输入

使用VSccde上传文件到Git时报错:fatal:Custom certificate bundle not found at path: F:/python错图墩铝?git娴狂球糕减裱镑勒惊/Gi_git_02

使用VSccde上传文件到Git时报错:fatal:Custom certificate bundle not found at path: F:/python错图墩铝?git娴狂球糕减裱镑勒惊/Gi_python_03

使用VSccde上传文件到Git时报错:fatal:Custom certificate bundle not found at path: F:/python错图墩铝?git娴狂球糕减裱镑勒惊/Gi_python_04

使用VSccde上传文件到Git时报错:fatal:Custom certificate bundle not found at path: F:/python错图墩铝?git娴狂球糕减裱镑勒惊/Gi_bundle_05

发现没有这个证书,重新下载Git 会自动配置证书,或者,自己去手动添加证书

使用VSccde上传文件到Git时报错:fatal:Custom certificate bundle not found at path: F:/python错图墩铝?git娴狂球糕减裱镑勒惊/Gi_bundle_06

重新安装Git参考这个文章

问题解决


标签:git,凭证,重新安装,certificate,证书,狂球,Git,管理器
From: https://blog.51cto.com/u_15870497/5888784

相关文章

  • git命令及常用操作
    1、基础操作1.1、常用命令提交代码gitstatus-sbgitadd.gitcommit-m"fix"gitpushorigindev_20190510001 查询状态gitstatus 查看日志gitlog--st......
  • Git and GitHub workflow
    GitandGitHubworkflowgitclone//到本地gitcheckout-bxxx切换至新分支xxx(相当于复制了remote的仓库到本地的xxx分支上修改或者添加本地代码(部署在硬盘的源文......
  • Win7上Git安装及配置过程 [转]
    文档名称Win7上Git安装及配置过程创建时间2012/8/20修改时间2012/8/20创建人Baifx简介(收获)1、在win7上安装msysgit步骤;2、在win7上安装TortoiseGit步骤;3、在VS2010中集成Gi......
  • Git操作,有时候会遇到“git did not exit cleanly (exit code 128)”错误
    我在上传些代码的时候,有时候会遇到“gitdidnotexitcleanly(exitcode128)”错误。通常都是网络原因。找了网上解决的方法:1、鼠标右键->TortoiseGit->Settings->......
  • git rm All In One
    gitrmAllInOneGitHubgitrmgitfilter-repogitfilter-branchhttps://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensi......
  • windows10 、centos7在局域网机器上进行git代码同步
    windows10在局域网机器上进行git代码同步http://t.zoukankan.com/hujunzheng-p-4970411.htmlcentos7在局域网机器上进行git代码同步https://www.runoob.com/git/git-s......
  • git命令行工具
    当下最流行的版本控制系统,Git是一个分布式版本控制系统,跟SVN等集中式版本控制有很多使用上的不同。万事开头难,想要最快学会使用Git,最简单的就是下了客户端就直接去用,一边用......
  • 在git的Bash下进行复制粘贴
    最近在学习git,必然要用到clone啊,但是为毛不能复制粘贴啊,需要一个一个字符的敲clone的网址啊,问题出在哪里呢,如何才能在git的Bash下复制粘贴呢,经过找寻,终于找到了方法。在Bash......
  • git bash使用笔记
    Gitbash使用笔记Version:Git1.6.11.gitclonesrc   克隆远程版本库。src为远程版本库的路径,默认地,Git会把src的最下一级目录名作为clone对象在本地的根目录。如,git......
  • 【Azure Fabric Service】Service Fabric 托管群集通过Connect-ServiceFabricCluster
    问题描述ServiceFabric托管群集,使用KeyVault中证书,把证书导入到本地安装后,使用该证书的Thumbprint作为指令 Connect-ServiceFabricCluster 的 ServerCertThumbpr......