Drollery Medieval drollery of a knight on a horse

🏆 欢迎来到本站: https://xuchangwei.com/希望这里有你感兴趣的内容

flowery border with man falling
flowery border with man falling

Linux: Git

指定ssh密钥文件

git_addr='git@gitlab.xx.com:group1/ops.git'
tmp_path='~/.jasper/jenkinsfile'

git config core.sshCommand "ssh -i ${tmp_path}/id_rsa"  #更换key
git clone -c "core.sshCommand=ssh -i ${tmp_path}/id_rsa" $git_addr #克隆指定

协议替换

git config --global url."https://".insteadOf git://