爲了使用gitlab,我試着按照this guide生成一個ssh密鑰。從窗口生成一個gitlab ssh密鑰
之前,我知道我是否應該產生一個關鍵,我必須檢查是否有一個已經是這樣的:
type %userprofile%\.ssh\id_rsa.pub
如果說這一點,那麼我必須生成密鑰:
the system cannot find the path specified
你下一步怎麼做?因爲這是我得到的消息,指南並沒有說什麼。
編輯:我已經試過
ssh-keygen -t rsa -C "[email protected]"
我也得到
'ssh-keygen' is not recognized as an internal or external command,
operable program or batch file.
編輯2:我在Windows上。
試試這個'ssh-keygen -t rsa -C「[email protected]」' –
@sajibkhan我爲這個命令添加了一個編輯 – Hadarsi320
根據OP命令中的路徑和來自shell的錯誤消息,我打賭OP是在窗戶上。 'ssh-keygen'是一個常用的* nix工具。 – Asaph