Ok so learning more new stuff about computers:
secure shells (ssh)
I need to set up one between my computer and github so that I can get the two computers to interact well.
A secure shell involves generating a secure key public and private. Only a computer that has both of these can then interact with the site.
The private key is on my computer.
The public key is on Github.
This has taken some time to learn but hopefully will make life easier.
This allows me to get Aptana to interact with Github.
Good bit of progress.
I followed the advice below which was invaluable.
https://help.github.com/articles/generating-ssh-keys
No comments:
Post a Comment