blob: 7c2c2ae72398baf28f00ae8ab6e4edb5a21a3eeb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
layout: default
title: Generating SSH keys
---
Attempting to redirect to the guide for your OS. If the redirect fails, pick your OS:
* "Mac":msysgit-key-setup
* "Windows":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/'}
</script>
|