网站首页 > 技术文章 正文
错误:fatal: unable to access
错误:
$ git clone https://github.com/theme-next/hexo-theme-next themes/next
Cloning into 'themes/next'...
fatal: unable to access 'https://github.com/theme-next/hexo-theme-next/':
OpenSSL SSL_read: Connection was reset, errno 10054
将https改为ssh时仍然报错
按照本方法进行处理
依次输入命令
$ git config --global http.proxy http://127.0.0.1:1080
$ git config --global https.proxy http://127.0.0.1:1080
$ git config --global --unset http.proxy
$ git config --global --unset https.proxy
即可解决本问题。
改完以后本错误解决,网站访问为http,在github网页设置页面可以强制开启https即可换为安全链接。
猜你喜欢
- 2024-09-15 你负责看比赛 其他的放着我来 苏宁体育赛事直播关键技术
- 2024-09-15 阿海聊传奇'封魔套图的秘密通道'
- 2024-09-15 Git代码管理、提交、问题、仓库创建与管理
- 2024-09-15 使用 Python 启动简易的 http 服务器
- 2024-09-15 LoadRunner运行时常见错误和解决方法(三)
- 2024-09-15 惊讶!Selenium 模块将不再支持 PhantomJS 浏览器
- 最近发表
- 标签列表
-
- cmd/c (90)
- c++中::是什么意思 (84)
- 标签用于 (71)
- 主键只能有一个吗 (77)
- c#console.writeline不显示 (95)
- pythoncase语句 (88)
- es6includes (74)
- sqlset (76)
- apt-getinstall-y (100)
- node_modules怎么生成 (87)
- chromepost (71)
- flexdirection (73)
- c++int转char (80)
- mysqlany_value (79)
- static函数和普通函数 (84)
- el-date-picker开始日期早于结束日期 (76)
- js判断是否是json字符串 (75)
- c语言min函数头文件 (77)
- asynccallback (87)
- localstorage.removeitem (74)
- vector线程安全吗 (70)
- java (73)
- js数组插入 (83)
- mac安装java (72)
- 无效的列索引 (74)