-
-
Save michiel/27c7c9beee386bf67cfc6bc1727a2cc1 to your computer and use it in GitHub Desktop.
How to deal with tmux "protocol version mismatch"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ tmux attach | |
protocol version mismatch (client 7, server 6) | |
$ pgrep tmux | |
3429 | |
$ /proc/3429/exe attach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment