Git 安裝及配置SSH Key
Git 安裝及配置SSH Key
檢查SSH keys
加密算法
Public key
Private key
產生SSH keys
$ ssh-keygen - t- rsa - b 2048 -C john@abc.com
Generating public/private rsa key pair.Enter file in which to save the key (/c/Users/john/.ssh/id_rsa):本地設定多個SSH Key
複製public key到GitLab
使用SSH Clone專案
1. 生成 SSH Key
Last updated