【发布时间】:2021-07-30 23:10:37
【问题描述】:
我正在尝试在 MacOS 上使用 Homebrew 安装 Postgresql。在这个命令之后:
brew install postgresql
我收到此错误:
Updating Homebrew...
error: Not a valid ref: refs/remotes/origin/master
fatal: ambiguous argument 'refs/remotes/origin/master': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
fatal: Could not resolve HEAD to a revision
【问题讨论】:
标签: postgresql macos homebrew