我一直在尝试在全新安装的 El Capitan 上安装 Pow 0.5.0。我正在使用他们的直接安装脚本。我收到以下错误:
~ $ sudo curl get.pow.cx | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9039 100 9039 0 0 5970 0 0:00:01 0:00:01 --:--:-- 5970
*** Installing Pow 0.5.0...
*** Installing local configuration files...
/Users/siddhartharun/Library/Application Support/Pow/Versions/0.5.0/lib/command.js:78
throw err;
file exists
以下是我尝试过的故障排除步骤:
- 尝试重新安装 pow
sudo curl get.pow.cx | sh
- 删除现有
/etc/resolver
目录然后重新安装 - 删除两者
~/.pow
然后~/.powconfig
重新安装 - 手动运行
sudo rm -rf ~/Library/Application Support/Pow
然后重新安装
但我没有运气。我不想使用 DNSMASQ 来设置 .dev 域,因为我发现 Anvil + Pow 是一个更好的解决方案。有人可以帮忙吗?