error setting certificate verify locations: CAfile:

 
       
git.exe push --progress "origin" master
fatal: unable to access 'https://gitee.com/han_meng_fei_sha/AppPack.git/': error setting certificate verify locations:
CAfile: D:/Git/mingw64/libexec/ssl/certs/ca-bundle.crt
CApath: none
git 未能顺利结束 (退出码 128) (312 ms @ 2018/3/15 16:01:42)
不能够访问 。错误 设置 证书 验证 位置:
证书文件:
路径: 没有。
解决 查看自己的路径 发现 D:/Git/mingw64/libexec 没有 ssl目录。
但是 D:\Git\mingw64 目录下有ssl/certs/ca-bundle.crt 这个文件。
将ssl目录复制到D:/Git/mingw64/libexec下
然后重新推送就好了,推送的时候会弹出框,让你输入账号,接着让你输入密码。 输入完成,推送成功。

你可能感兴趣的:(error setting certificate verify locations: CAfile:)