无法卸载 brew postgres
Can't uninstall brew postgres
我正在尝试 运行 brew uninstall postgres
但我收到以下错误:
我曾经有 postgres.app 和企业安装。
Contents brew uninstall postgres
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
pwd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Error: The current working directory doesn't exist, cannot proceed.
可能您正在 运行 从一个不存在的目录(或不再命名为它出现在终端上的 wait)中执行该命令。为什么不再次尝试 cd .
或 cd "$PWD"
并再次尝试 运行 命令。
你是 运行 不存在的目录中的命令,关闭终端并重新打开它,或者重新启动你的 macO。在重新启动 OS.
之前,切勿删除任何目录
我正在尝试 运行 brew uninstall postgres
但我收到以下错误:
我曾经有 postgres.app 和企业安装。
Contents brew uninstall postgres
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
pwd: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
Error: The current working directory doesn't exist, cannot proceed.
可能您正在 运行 从一个不存在的目录(或不再命名为它出现在终端上的 wait)中执行该命令。为什么不再次尝试 cd .
或 cd "$PWD"
并再次尝试 运行 命令。
你是 运行 不存在的目录中的命令,关闭终端并重新打开它,或者重新启动你的 macO。在重新启动 OS.
之前,切勿删除任何目录