start new:
tmux
start new with session name:
tmux new -s myname
gem list | cut -d" " -f1 | xargs gem uninstall -aIx |
Firstly make sure that your permissions are correct on your SSH keys | |
My config looks like this: | |
-rw-r--r-- 1 jsmale staff 356 18 Sep 17:39 config | |
-rw-------@ 1 jsmale staff 1675 12 Jul 00:54 id_rsa | |
-rw-------@ 1 jsmale staff 400 12 Jul 00:54 id_rsa.pub | |
If they are wrong: | |
chmod 600 id_rsa id_rsa.pub | |
chmod 644 config |