Beego框架常见问题01--Homebrew安装实战

1.导言

Homebrew是Mac上对于开发者来说十分优秀的脚手架工具,可以快速帮助我们安装一些平时用到的开发软件。具体什么的自行百度,或者去官网https://brew.sh自行查看。但是安装Homebrew也着实存在一点小问题,本人在安装的时候也是踩了好多的坑,总结一下,给后人一个参考。

2.第一次懵逼

因为mac自带ruby,所以直接终端输入指令
    ruby-e"$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
相信你在安装go环境的时候,网上的教程中一定能够发现这条终端指令,然而居然提示错误!

    curl: try 'curl --help' or 'curl --manual' for more information
    -bash: -fsSL: command not found
    -bash: ruby-e: command not found

本人严肃声明本人没有对mac自带的ruby升级,也没有删除修改任何系统有关ruby的玩意儿(因为我不会!叉会腰,可给我牛逼坏了),所以我当时是一脸懵逼啊。

3.第二次懵逼

有道是懵逼树上懵逼果,懵逼树下你和我。懵逼没关系,解决问题就是了。于是直接跑去Homebrew官网(https://brew.sh/index,愿意中文的,可以https://brew.sh/index_zh-cn),在首页有homebrew的直接安装指令【/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"】复制然后terminate走起。

当时给我的感觉是非常有戏的,因为是一个类似于下载的样子,由于我当时正在懵逼所以没截图...怎么形容呢?感觉就是卡死了一样没反应。那我怎么处理的呢?等着呗.

然后经过了将近半个小时的等待,喵的!居然是出问题了,ruby的curl命令似乎没执行成功??然后于是找问题,发现貌似是安装命令的问题?(官网为什么居然也有问题啊???难道我安装不正确?我当时觉得应该是我的问题反正,目前也没有解决)       

3.第三次...没懵逼

怎么说呢?懵逼这种事情,懵着懵着也就习惯了。特别是从进入开发这一行开始就没有哪天不懵逼过,所以再败再战。于是在一顿翻找之后,终于找到下面博客(简直就是救星❤️)
            https://www.cnblogs.com/xiaojunbo/p/5869951.html

(1)输入指令,安装

输入【/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"】指令进行homebrew的安装

localhost:~ ***$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script will install:
/usr/local/bin/brew
xcode-select: note: no developer tools were found at '/Applications/Xcode.app', requesting install. Choose an option in the dialog to download the command line developer tools.
/usr/local/Homebrew
==> The following new directories will be created:
/usr/local/Cellar
/usr/local/Homebrew
/usr/local/Frameworks
/usr/local/bin
/usr/local/etc
/usr/local/include
/usr/local/lib
/usr/local/opt
/usr/local/sbin
/usr/local/share
/usr/local/share/zsh
/usr/local/share/zsh/site-functions
/usr/local/var
                 
Press RETURN to continue or any other key to abort

出现上述效果

(2)然后按下回车确认安装

==> /usr/bin/sudo /bin/mkdir -p /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Homebrew /usr/local/Frameworks
Password:

这里需要管理员口令才能继续安装。需要注意此时的口令是不显式出现的,换句话说你就写就行,写完回车结束操作。写啥它都不显示。口令正确后,继续安装。

(3)等待安装-拷贝

经过差不多【上了个厕所(小号),逗了逗狗】的事件之后,安装结束。整个过程如下:

==> /usr/bin/sudo /bin/chmod g+rwx /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Homebrew /usr/local/Frameworks
==> /usr/bin/sudo /bin/chmod 755 /usr/local/share/zsh /usr/local/share/zsh/site-functions
==> /usr/bin/sudo /usr/sbin/chown *** /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Homebrew /usr/local/Frameworks
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/bin /usr/local/etc /usr/local/include /usr/local/lib /usr/local/sbin /usr/local/share /usr/local/var /usr/local/opt /usr/local/share/zsh /usr/local/share/zsh/site-functions /usr/local/var/homebrew /usr/local/var/homebrew/linked /usr/local/Cellar /usr/local/Caskroom /usr/local/Homebrew /usr/local/Frameworks
==> /usr/bin/sudo /bin/mkdir -p /Users/***/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Users/***/Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown *** /Users/***/Library/Caches/Homebrew
==> /usr/bin/sudo /bin/mkdir -p /Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> /usr/bin/sudo /usr/sbin/chown *** /Library/Caches/Homebrew
==> Downloading and installing Homebrew...
remote: Enumerating objects: 235, done.
remote: Counting objects: 100% (235/235), done.
remote: Compressing objects: 100% (205/205), done.
remote: Total 115207 (delta 95), reused 59 (delta 26), pack-reused 114972
Receiving objects: 100% (115207/115207), 26.68 MiB | 302.00 KiB/s, done.
Resolving deltas: 100% (84148/84148), done.
From https://github.com/Homebrew/brew
         * [new branch]          master     -> origin/master
         * [new tag]             0.1        -> 0.1
         * [new tag]             0.2        -> 0.2
         * [new tag]             0.3        -> 0.3
         * [new tag]             0.4        -> 0.4
         * [new tag]             0.5        -> 0.5
         * [new tag]             0.6        -> 0.6
         * [new tag]             0.7        -> 0.7
         * [new tag]             0.7.1      -> 0.7.1
         * [new tag]             0.8        -> 0.8
         * [new tag]             0.8.1      -> 0.8.1
         * [new tag]             0.9        -> 0.9
         * [new tag]             0.9.1      -> 0.9.1
         * [new tag]             0.9.2      -> 0.9.2
         * [new tag]             0.9.3      -> 0.9.3
         * [new tag]             0.9.4      -> 0.9.4
         * [new tag]             0.9.5      -> 0.9.5
         * [new tag]             0.9.8      -> 0.9.8
         * [new tag]             0.9.9      -> 0.9.9
         * [new tag]             1.0.0      -> 1.0.0
         * [new tag]             1.0.1      -> 1.0.1
         * [new tag]             1.0.2      -> 1.0.2
         * [new tag]             1.0.3      -> 1.0.3
         * [new tag]             1.0.4      -> 1.0.4
         * [new tag]             1.0.5      -> 1.0.5
         * [new tag]             1.0.6      -> 1.0.6
         * [new tag]             1.0.7      -> 1.0.7
         * [new tag]             1.0.8      -> 1.0.8
         * [new tag]             1.0.9      -> 1.0.9
         * [new tag]             1.1.0      -> 1.1.0
         * [new tag]             1.1.1      -> 1.1.1
         * [new tag]             1.1.10     -> 1.1.10
         * [new tag]             1.1.11     -> 1.1.11
         * [new tag]             1.1.12     -> 1.1.12
         * [new tag]             1.1.13     -> 1.1.13
         * [new tag]             1.1.2      -> 1.1.2
         * [new tag]             1.1.3      -> 1.1.3
         * [new tag]             1.1.4      -> 1.1.4
         * [new tag]             1.1.5      -> 1.1.5
         * [new tag]             1.1.6      -> 1.1.6
         * [new tag]             1.1.7      -> 1.1.7
         * [new tag]             1.1.8      -> 1.1.8
         * [new tag]             1.1.9      -> 1.1.9
         * [new tag]             1.2.0      -> 1.2.0
         * [new tag]             1.2.1      -> 1.2.1
         * [new tag]             1.2.2      -> 1.2.2
         * [new tag]             1.2.3      -> 1.2.3
         * [new tag]             1.2.4      -> 1.2.4
         * [new tag]             1.2.5      -> 1.2.5
         * [new tag]             1.2.6      -> 1.2.6
         * [new tag]             1.3.0      -> 1.3.0
         * [new tag]             1.3.1      -> 1.3.1
         * [new tag]             1.3.2      -> 1.3.2
         * [new tag]             1.3.3      -> 1.3.3
         * [new tag]             1.3.4      -> 1.3.4
         * [new tag]             1.3.5      -> 1.3.5
         * [new tag]             1.3.6      -> 1.3.6
         * [new tag]             1.3.7      -> 1.3.7
         * [new tag]             1.3.8      -> 1.3.8
         * [new tag]             1.3.9      -> 1.3.9
         * [new tag]             1.4.0      -> 1.4.0
         * [new tag]             1.4.1      -> 1.4.1
         * [new tag]             1.4.2      -> 1.4.2
         * [new tag]             1.4.3      -> 1.4.3
         * [new tag]             1.5.0      -> 1.5.0
         * [new tag]             1.5.1      -> 1.5.1
         * [new tag]             1.5.10     -> 1.5.10
         * [new tag]             1.5.11     -> 1.5.11
         * [new tag]             1.5.12     -> 1.5.12
         * [new tag]             1.5.13     -> 1.5.13
         * [new tag]             1.5.14     -> 1.5.14
         * [new tag]             1.5.2      -> 1.5.2
         * [new tag]             1.5.3      -> 1.5.3
         * [new tag]             1.5.4      -> 1.5.4
         * [new tag]             1.5.5      -> 1.5.5
         * [new tag]             1.5.6      -> 1.5.6
         * [new tag]             1.5.7      -> 1.5.7
         * [new tag]             1.5.8      -> 1.5.8
         * [new tag]             1.5.9      -> 1.5.9
         * [new tag]             1.6.0      -> 1.6.0
         * [new tag]             1.6.1      -> 1.6.1
         * [new tag]             1.6.10     -> 1.6.10
         * [new tag]             1.6.11     -> 1.6.11
         * [new tag]             1.6.12     -> 1.6.12
         * [new tag]             1.6.13     -> 1.6.13
         * [new tag]             1.6.14     -> 1.6.14
         * [new tag]             1.6.15     -> 1.6.15
         * [new tag]             1.6.16     -> 1.6.16
         * [new tag]             1.6.17     -> 1.6.17
         * [new tag]             1.6.2      -> 1.6.2
         * [new tag]             1.6.3      -> 1.6.3
         * [new tag]             1.6.4      -> 1.6.4
         * [new tag]             1.6.5      -> 1.6.5
         * [new tag]             1.6.6      -> 1.6.6
         * [new tag]             1.6.7      -> 1.6.7
         * [new tag]             1.6.8      -> 1.6.8
         * [new tag]             1.6.9      -> 1.6.9
         * [new tag]             1.7.0      -> 1.7.0
         * [new tag]             1.7.1      -> 1.7.1
         * [new tag]             1.7.2      -> 1.7.2
         * [new tag]             1.7.3      -> 1.7.3
         * [new tag]             1.7.4      -> 1.7.4
         * [new tag]             1.7.5      -> 1.7.5
         * [new tag]             1.7.6      -> 1.7.6
         * [new tag]             1.7.7      -> 1.7.7
         * [new tag]             1.8.0      -> 1.8.0
         * [new tag]             1.8.1      -> 1.8.1
         * [new tag]             1.8.2      -> 1.8.2
         * [new tag]             1.8.3      -> 1.8.3
         * [new tag]             1.8.4      -> 1.8.4
HEAD is now at c79deae99 Merge pull request #5333 from sjackman/java-home
==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Tapping homebrew/core
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core'...
remote: Enumerating objects: 4878, done.
remote: Counting objects: 100% (4878/4878), done.
remote: Compressing objects: 100% (4681/4681), done.
remote: Total 4878 (delta 51), reused 305 (delta 6), pack-reused 0
Receiving objects: 100% (4878/4878), 4.03 MiB | 60.00 KiB/s, done.
Resolving deltas: 100% (51/51), done.
Checking out files: 100% (4895/4895), done.
Tapped 2 commands and 4663 formulae (4,920 files, 12.5MB).
==> Migrating /Library/Caches/Homebrew to /Users/***/Library/Caches/Homeb
==> Deleting /Library/Caches/Homebrew...
Already up-to-date.
==> Installation successful!

==> Homebrew has enabled anonymous aggregate formulae and cask analytics.
Read the analytics documentation (and how to opt-out) here:
https://docs.brew.sh/Analytics

==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
https://github.com/Homebrew/brew#donations
==> Next steps:
- Run `brew help` to get started
- Further documentation: 
https://docs.brew.sh

各位,你们知道当我看到Installation successful这个字样的时候我激动成什么样?反正就是终于安装成功了!

(4)测试

通过指令【$ brew help】测试一下。正常显示命令帮助!完美!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值