Git的https和sshPosted on May 24, 2024设置以下的命令,可以在一次输入密码之后,保存密码到本地.git-credentialsgit config --global credential.helper 'store' ssh方式设置的是密钥git