GitLab配置SSH密鑰

SSH密鑰允許你的計算機和gitlab之間建立安全連接。 1、檢查SSH祕鑰是否存在。右擊git bash打開終端執行命令 :cat ~/.ssh/id_rsa.pub 2、若密鑰不存在,則生成SSH 密鑰 。在git bash上面執行命令:  ssh-keygen -t rsa -C "[email protected]" [email protected]是郵箱,隨便填。完成後就會在C:\Us
相關文章
相關標籤/搜索