Windows 7 Ultimate, git версия 1.8.0.msysgit.0
Я следую этим инструкциям, чтобы сгенерировать ключ ssh: https://help.github.com/articles/generating-ssh-keys
$clip < ~/.ssh/id_rsa.pub
# Copies the contents of the id_rsa.pub file to your clipboard
The '<' operator is reserved for future use.
At line:1 char:7
+ clip < <<<< ~/.ssh/id_rsa.pub
+ CategoryInfo : ParserError: (<:OperatorToken) [], ParentContain
sErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported