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

default-pathはニシンかもしれません。

新しいマシンへの最近の移行で気になったことの 1 つは、古いマシンにあった「reattach-to-user-namespace」コマンドをインストールしていなかったことです。

次のような行がある場合:

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 に答える