diff options
| author | Chris Wanstrath <chris@ozmm.org> | 2009-09-03 20:46:25 -0700 |
|---|---|---|
| committer | Chris Wanstrath <chris@ozmm.org> | 2009-09-03 20:46:25 -0700 |
| commit | 12338d38b13253f4310ba6e4555c9ba8d1faa2f6 (patch) | |
| tree | 6102da53acdf92a4503df8b07ae8feb0a9318b2c /_posts/2009-06-15-key-setup-redirect.textile | |
| parent | a70940667f0bff95b1713207fb193394afc30fca (diff) | |
| parent | 5165e698d3e15cf840cc906faf1d3f4c1815bdbc (diff) | |
Merge branch 'master' of git@github.com:help/help.github.com
Diffstat (limited to '_posts/2009-06-15-key-setup-redirect.textile')
| -rw-r--r-- | _posts/2009-06-15-key-setup-redirect.textile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/_posts/2009-06-15-key-setup-redirect.textile b/_posts/2009-06-15-key-setup-redirect.textile new file mode 100644 index 0000000..adb6b36 --- /dev/null +++ b/_posts/2009-06-15-key-setup-redirect.textile @@ -0,0 +1,18 @@ +--- +layout: default +title: Generating SSH keys +description: How to generate SSH keys and add them to GitHub +categories: setup +--- + +Attempting to redirect to the guide for your OS. If the redirect fails, pick your OS: + +* "Windows":msysgit-key-setup +* "Mac":mac-key-setup +* "Linux":mac-key-setup + +<script type="text/javascript"> + if (navigator.appVersion.indexOf("Win") != -1) {window.location = 'http://help.github.com/msysgit-key-setup/'} + else if (navigator.appVersion.indexOf("Mac") != -1) {window.location = 'http://help.github.com/mac-key-setup/'} + else if (navigator.appVersion.indexOf("X11") != -1 || navigator.appVersion.indexOf("Linux") != -1) {window.location = 'http://help.github.com/linux-key-setup/'} +</script>
\ No newline at end of file |
