Mac安装fetch
步骤一、在命令行中输入如下命令:brew install fetch
如果提示没有brew命令,请参考链接点击打开链接,其中有brew命令的安装方法。或者运行以下命令:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
如果已经安装了brew,运行上述命令后,接着会有如下输出信息:
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> New Formulae
angle-grinder graph-tool php-code-sniffer
annie hapi-fhir-cli php-cs-fixer
apache-arrow-glib hcloud phplint
aws-es-proxy
...省略...
gphoto2 openssh zsh-autosuggestions
grafana openssl zstd
grails opentsdb
grakn openttd
==> Renamed Formulae
geth -> ethereum php56 -> php@5.6 php71 -> php@7.1
latexila -> gnome-latex php70 -> php@7.0
==> Deleted Formulae
arm bokken ecj i3 i3status monotone
Error: No available formula with the name "fetch"
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
git -C "$(brew --repo homebrew/core)" fetch --unshallow
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
==> Searching local taps...
These similarly named formulae were found:
fetch-crl fetchmail neofetch screenfetch
To install one of them, run (for example):
brew install fetch-crl
==> Searching taps...
==> Searching taps on GitHub...
This formula was found in a tap:
homebrew/cask/fetch
To install it, run:
brew install homebrew/cask/fetch
步骤二、中途会提示一些错误,不用管,按照最后的提示接着输入:brew install homebrew/cask/fetch
接着会有如下输出信息:
bogon:new-webrtc lz$ brew install homebrew/cask/fetch
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
No changes to formulae.
==> Tapping homebrew/cask
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask'...
remote: Counting objects: 4068, done.
remote: Compressing objects: 100% (4042/4042), done.
remote: Total 4068 (delta 29), reused 814 (delta 22), pack-reused 0
Receiving objects: 100% (4068/4068), 1.40 MiB | 35.00 KiB/s, done.
Resolving deltas: 100% (29/29), done.
Tapped 0 formulae (4,077 files, 4.4MB)
==> brew cask install homebrew/cask/fetch
==> Creating Caskroom at /usr/local/Caskroom
==> We'll set permissions properly so we won't need sudo in the future
Password:
步骤三、程序暂停,输入密码!
==> Satisfying dependencies
==> Downloading http://fetchsoftworks.com/fetch/download/Fetch_5.7.7.dmg?direct=
######################################################################## 100.0%
==> Verifying checksum for Cask fetch
==> Installing Cask fetch
==> Moving App 'Fetch.app' to '/Applications/Fetch.app'.
fetch was successfully installed!
至此,安装成功!YES!
文章来源: liuzhen.blog.csdn.net,作者:Data-Mining,版权归原作者所有,如需转载,请联系作者。
原文链接:liuzhen.blog.csdn.net/article/details/80510989
- 点赞
- 收藏
- 关注作者
评论(0)