📜  git clone 使用来自 gitlab 的 ssh 密钥 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:26.957000             🧑  作者: Mango

代码示例1
git clone git@provider.com:userName/projectName.git --config core.sshCommand="ssh -i ~/location/to/private_ssh_key"