create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "your_email@youremail.com"
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script> | |
| function invite() { | |
| var url = '/people/~/mailbox', | |
| body = { | |
| recipients: { | |
| values: [{ | |
| person: { |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <!-- Apple nicely commented all of these transitions on their source file: | |
| http://images.apple.com/global/styles/productbrowser.css --> | |
| <style type="text/css" media="screen"> | |
| /* Just some basic presentational CSS for the example */ | |
| a { | |
| background: #000; display: block; color: #fff; | |
| font: 1.5em "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; |