- Open Finder.
- In the sidebar, click Macintosh HD > Applications.
- Click Skype to select it.
- Press Cmd+C, then Cmd+V to copy and paste Skype.
- Skype copy appears.
This file contains 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
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 |
This file contains 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
gem list | cut -d" " -f1 | xargs gem uninstall -aIx |