随笔分类 -  [14]macOS

macOS使用brew安装mysql8.x
摘要:前言: 本文使用homebrew安装安装mysql,如果没有安装homebrew请先安装,安装教程如下 https://www.cnblogs.com/zhanzhuang/p/12723848.html 安装步骤: 1.直接在命令行使用brew进行安装 brew install mysql 自动安 阅读全文
posted @ 2020-04-18 13:09 帅过驴的袋鼠 阅读(1327) 评论(0) 推荐(0)
MacOS安装homebrew报错:curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
摘要:问题: 在安装macOS上面安装brew的时候一直报 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused 终于在网上找到大神的解决办法,贴到下面供大家参考。 解决: 使用 sudo 阅读全文
posted @ 2020-04-18 06:38 帅过驴的袋鼠 阅读(6271) 评论(0) 推荐(0)