Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Git bash でキーを生成できない
エラーを与える 悪いエスケープ文字 'ygen'
鍵生成コマンド ssh -keygen -t rsa -C "" の実行中
コマンドはそうではありません
ssh -keygen
です(スペースなし)
ssh-keygen
essh は の部分を-keエスケープ文字を設定するオプションとして解釈しygen、有効なエスケープ文字ではありません。どうぞ ;)
e
-ke
ygen