【发布时间】:2018-07-11 09:04:10
【问题描述】:
我在通过 Git Bash 访问 github 存储库时遇到问题。
2 天前,我能够推送/拉取存储库。那么
1) 我在gitlab.com创建了一个帐户
2) 我使用 Windows 上的 git bash
在 GitLab and SSH keys 之后在本地电脑上生成了 ssh 密钥3) 在此之后,我没有在 gitlab 上创建/拉取/推送任何存储库。
今天我对代码(部署在 github 上)进行了一些更改,当我尝试推送该代码时出现以下错误
fatal: unable to access 'https://github.com/junaidbinsarfraz/repo.git/': error setting certificate verify locations:
CAfile: E:/Softwares/Git/mingw64/libexec/ssl/certs/ca-bundle.crt
CApath: none
libexec
中没有ssl文件夹自 2017 年 1 月以来,Git 文件夹中的文件/文件夹也没有更改
这似乎是 git-bash 问题,不确定。谁能帮忙?
【问题讨论】: