git配置指定的私钥

作者: adm 分类: linux 发布时间: 2022-08-26
git config --global core.sshCommand "ssh -i /path/to/your/privateKey"
注意:--global可选,加上--global表示全局可用

后面私钥路径:
例:
Windows:C:/Users/geao_sx/.ssh/id_rsa_me
Linux: ~/.ssh/id_rsa_me

如果觉得我的文章对您有用,请随意赞赏。您的支持将鼓励我继续创作!