问题

解决

发现原来是自己以前用过代理,这里取消代理就可以了

git config --global --unset http.proxy

解决例子


git remote rm origin  //之前git上传地址报错,删除一下
git config --global -l //查看git当前设置
git config --global --unset http.proxy //取消代理
git remote add origin https://github.com/XXX //XXX自己的github项目地址
git push origin master //没有分支,直接上传master

解决git报错:‘fatal: unable to access ‘https://XXX: Failed onnect to github. com port 443: Timed out相关推荐

  1. git报错fatal: unable to access ‘https://github.com/‘: OpenSSL SSL_read: Connection was reset

    bug描述 fatal: unable to access 'https://github.com/-': OpenSSL SSL_read: Connection was reset, errno ...

  2. git报错fatal: unable to access ‘https://github.com/.......‘: OpenSSL SSL_read: Connection was reset, e

    fatal: unable to access 'https://github.com/-': OpenSSL SSL_read: Connection was reset, errno 10054 ...

  3. git报错”fatal: unable to access ‘https://github.com/defnull/bottle/‘: Empty reply from server“

    问题: fatal: unable to access 'https://github.com/defnull/bottle/': Empty reply from server 解决办法: 将原命令 ...

  4. git报错fatal: unable to access ‘https://github.com/stephaniedurand/SeisTomoPy_V3.git/‘: gnutls_handsha

    解决办法:将命令中的 https改为 git git clone git://github.com/ultralytics/yolov5\ 原文:传送门

  5. 【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 ...

  6. 【报错fatal: unable to access ‘https://github解决办法】

    报错fatal: unable to access 'https://github解决办法 方法一:修改host文件 方法二:把命令行里的http改为git重新执行 方法一:修改host文件 把140 ...

  7. git push报错:fatal: unable to access ‘https://github.com/***/‘:The requested URL returned error: 403

    前言 又是被自己菜死的一天. 1.报错信息 使用git push命令后,报错信息如下: remote: Permission to *** denied to . fatal: unable to a ...

  8. git clone 报错fatal: unable to access ‘https://github.com/xxxx‘: OpenSSL SSL_read

    fatal: unable to access 'https://github.com/xiaohei0131/mc.git/': OpenSSL SSL_read: Connection was r ...

  9. Gilab pipeline 报错 fatal: unable to access https://gitlab-ci-token ... Could not resolve host

    请见 Gitlab CI/CD 问题处理 的 第5点 Couldn't resolve host 'xxxxxx'

  10. git克隆代码报错fatal: unable to access...

    从gitlab拉代码的时候,出现报错 fatal: unable to access 'https://172.24.100.214/intelligent-monitoring-group/ai-o ...

最新文章

  1. Ansible基础一Playbook(二)
  2. 算法导论之斐波那契堆
  3. 游戏设计模式——C++单例类
  4. python 将PascalVOC(XML)格式的标注数据批量转换为YOLO(txt)格式的标注数据
  5. MySQL 之视图、 触发器、事务、存储过程、内置函数、流程控制、索引(二)
  6. 云起实验室有奖征文,精美好礼等你来领——《我的linux初体验》
  7. android像素鸟,像素鸟Flappy Bird
  8. python提供的三种基本数据类型是()_python基础之基本数据类型
  9. 大学生职业生涯规划计划与路径_我校举办2020年大学生职业生涯规划大赛
  10. [Git] 撤销操作
  11. easyui onclickrow 中获取列名_获取Chrome浏览器历史浏览记录实例
  12. scala apply是什么
  13. (JavaScript案例)可拖动的模态框
  14. excel文件修复工具_用EXCEL自己制作批量修改文件名的实用工具
  15. 惯性系统常用坐标系_惯性坐标系与非惯性坐标系
  16. Linux内核5.0版本五大模块及内核书籍推荐
  17. python数码时钟代码_micro:bit 编程模拟时钟表盘
  18. 【历史上的今天】6 月 17 日:术语“超文本”的创造者出生;Novell 首席科学家诞生;探索频道开播
  19. spring入门学习粗解(一)
  20. Chrome内核浏览器显示【您的时钟快了,您计算机的日期和时间不正确】解决办法

热门文章

  1. mac win7 计算机,几步教会你win7更改mac地址_win7电脑改mac地址方法
  2. JUCE框架教程(1)——Projucer入门
  3. Win10双网卡上网冲突(内网、外网)
  4. PID参数整定——Z-N方法
  5. 经典枚举——百钱百鸡问题
  6. donet 微服务开发 学习-AOP框架基础
  7. 常见摄像机外部接口类型
  8. 淘宝商品详情API接口(商品描述信息查询接口)
  9. Bat文件的创建及其命令大全
  10. 【Ubuntu】成功在Ubuntu18.04安装搜狗拼音输入法(无中文乱码)