git配置指定的私钥
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
微信号
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