早上上班打开电脑,按照惯例更新一下代码,嗯?怎么更新不了了呢!换个项目试试,哎?!怎么还不行,还报错fatal: unable to access 'xxx.git/': SSL certificate problem: certificate has expired

当即就开始找解决方案,有网友说输入这行代码就好了:

git config –global http.sslVerify false,结果呢报了一个新的错误:fatal: not in a git directory,真让人头大!但!在第一次输入的时候有一行提示error: did you mean `--global` (with two dashes ?)
难道是要输入 -- ?试一试,还真的行,我的天!

解决方案:

git config --global http.sslVerify false

fatal: unable to access ‘https://gitee.com/xxx.git/‘: SSL certificate problem:相关推荐

  1. git解决fatal: unable to access ‘https://gitee.com/XXX.git/‘: The requested returned error: 403

    403无权限访问 windows用户凭据不一致导致 解决:控制面板->凭据管理器->windows凭据->git:https:gitxxx(把当前账户名更改上去)

  2. 【Linux】git clone报错fatal: unable to access ‘https://github.com/xxx.git/‘: Encountered end of file

    目录 1.问题 2.解决 3.参考 1.问题 git clone代码时突然报错...貌似时不时遇到这个问题,这次遇到了准备简单mark下 git clone https://github.com/xx ...

  3. fatal: unable to access ‘https://github.com/XXX.git/‘ 的解决办法

    问题描述 使用 Git clone 命令将远程项目同步至本地,报错 fatal: unable to access 'https://github.com/XXX.git/' 解决办法 将 https ...

  4. remote: Permission to xxx.git denied to xxx. fatal: unable to access 'https://github.com/xxx.git/':

    remote: Permission to xxx.git denied to xxx. fatal: unable to access 'https://github.com/xxx.git/': ...

  5. 【解决】:centos7下使用git clone发生错误“fatal: unable to access ‘https://github.com/xxx.git/‘”

    centos7配置git与错误解决 (一)centos7安装git (二)产生错误"fatal: unable to access" 解决方案 (一)centos7安装git 这里 ...

  6. Git ----fatal: unable to access ‘https://gitee.com/***.git/‘: SSL certificate problem: unable

    fatal: unable to access 'https://gitee.com/gzllkm/GZL.git/': SSL certificate problem: unable to get ...

  7. fatal: unable to access ‘https://github.com/xxx/‘: Failed to connect to 127.0.0.1 port 7890: Connect

    git clone 项目的时候遇到报错: fatal: unable to access 'https://github.com/xxx/': Failed to connect to 127.0.0 ...

  8. git clone 出现fatal: unable to access ‘https://github.com/xxx: Failed to connect to github.com

    问题描述: 使用git clone命令时,出现如下错误: fatal: unable to access 'https://github.com/xxx': Failed to connect to ...

  9. 【Git 问题及解决方案】fatal: unable to access ‘https://github.com/xxx/yyy.git/‘: OpenSSL SSL_read: Con

    一.问题 执行命令 git push origin master,出现如下问题: fatal: unable to access 'https://github.com/xxx/yyy.git/': ...

最新文章

  1. linux c 用户态 调试追踪函数 调用堆栈 定位段错误
  2. PostgreSQL 10.1 手册_部分 III. 服务器管理_第 30 章 可靠性和预写式日志_30.5. WAL内部...
  3. 史上最通俗分布式锁解读
  4. deepin安装bochs2.6.2_深度Deepin系统中wine4.0.1源编辑安装
  5. TensorFlow 学习(十一)—— 正则(regularizer)
  6. ubuntu jdk 安装 【转载】
  7. uPyLoader简易使用教程
  8. c++语言游戏存档,使用C++ fopen制作 iPhone 游戏存档
  9. 台式计算机怎么把声音输出,台式电脑音频管理器的设置教程 台式电脑音响没声音怎么弄...
  10. Android反编译查看源文件
  11. 尚硅谷外卖项目笔记一
  12. 身为品牌广告主,你需要的是的RTB还是PMP
  13. 2020中国高校薪资排行出炉!来看看你们学校排名吧~
  14. 关于“IT学子成长指导”专栏及文章目录
  15. IDEA中如何引入jama.jar包
  16. 在写一篇关于elance odesk的
  17. [国外博士后申请]导师对简历的几点建议
  18. Linux-chpasswd 修改用户密码
  19. 我秀秀淘宝购物导航淘宝客api程序源码版(.net源码)
  20. realtek无线网卡linux,gentoo下Realtek无线网卡的解决方案…

热门文章

  1. STC8H8K系列汇编和C51实战——实现键控不同方式数码管动态显示(C51版和汇编版)
  2. pusart log以及slog
  3. 异步调试神器Slog,“从此告别看日志,清日志文件了”
  4. 秋招百度Android面经
  5. 学校里学不到的调试技巧(初学者也可以看懂)
  6. android radiobutton底部导航,Android底部导航栏之RadioButton
  7. python爬虫进阶-大众点评店铺信息(字体反爬-静态映射)
  8. Win10 下 Qt5.13.2+OpenCV4.5.1 开发环境搭建笔记
  9. 光明顶开课了 JAVAscript 第一课(预解释)
  10. Windows创建克隆隐藏账号(转载)