Skip to content

Instantly share code, notes, and snippets.

@mivade
Created October 16, 2015 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mivade/33345ce18075bf1e6f46 to your computer and use it in GitHub Desktop.
Save mivade/33345ce18075bf1e6f46 to your computer and use it in GitHub Desktop.
tmux notes

tmux notes

Reattaching when verisons don't match

$ tmux attach
protocol version mismatch (client 7, server 6)

#$^#^# what now?? Aha...

$ pgrep tmux
3429
$ /proc/3429/exe attach

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment