fatal: couldn't find remote ref refs/heads/master

fatal: couldn’t find remote ref refs/heads/master brew 更新提示失败如下: 1 2 3 4 5 > brew update Warning: No available formula with the name "ca-certificates". ==> Searching for similarly named formulae and casks... Error: No formulae or casks found for ca-certificates. fatal: Couldn't find remote ref refs/heads/master 解决方法: 1 2 /usr/local/Homebrew/Library/Taps/homebrew git:(master) > git pull origin master 更新

Shell 工具和脚本

Shell 工具和脚本 shell 基于空格分割命令并进行解析,然后执行第一个单词代表的程序,并将后续的单词作为程序可以访问的参数。 如果您希望传递的参数中包含空格

[Nats] nats 简介及使用

NATS是一个开源、轻量级、高性能的分布式消息中间件,实现了高可伸缩性和优雅的Publish/Subscribe模型,使用Golang语言开