Skip to content

Instantly share code, notes, and snippets.

@benzimmer
Created March 15, 2015 07:39
Show Gist options
  • Save benzimmer/6c8b5df3b0c6798e33bf to your computer and use it in GitHub Desktop.
Save benzimmer/6c8b5df3b0c6798e33bf to your computer and use it in GitHub Desktop.
Attach to a tmux session that runs on an older version
$ 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