1

我终于升级到 Mavericks,现在当我尝试通过 tmuxinator 启动 tmux 时,我得到以下信息:

unknown option: default-path failed to connect to server: Connection refused failed to connect to server: Connection refused failed to connect to server: Connection refused failed to connect to server: Connection refused failed to connect to server: Connection refused failed to connect to server: Connection refused failed to connect to server: Connection refused failed to connect to server: Connection refused failed to connect to server: Connection refused failed to connect to server: Connection refused failed to connect to server: Connection refused no sessions

我通过 brew 卸载/重新安装了 tmux,但仍然相同。我已经在网上阅读了一些关于修复 1.9 中的默认路径问题的各种文章,但到目前为止还没有任何效果。

任何帮助表示赞赏 - 我想回到编码;-)

4

2 回答 2

1

默认路径可能是红鲱鱼。

在最近迁移到新机器时让我感到震惊的一件事是,我没有在旧机器上安装“重新附加到用户命名空间”命令。

如果你有这样一行:

set -g default-command "reattach-to-user-namespace -l bash"

在您的 ~/.tmux.conf ((或任何其他调用外部命令的)中尝试将其注释掉,即

#set -g default-command "reattach-to-user-namespace -l bash"

并再次启动 tmuxinator。

于 2014-05-08T09:18:51.573 回答
0

感谢大家。问题是我的配置中的冲突。我从头开始,逐项添加,找到了我的罪魁祸首,我很久以前添加了几条实验行,后来忘记了它们实际上做了什么。

奇怪的是,在升级到小牛队之前这不是问题。

于 2014-06-06T15:18:06.280 回答