Git的https和ssh

Posted on May 24, 2024

设置以下的命令,可以在一次输入密码之后,保存密码到本地.git-credentials

git config --global credential.helper 'store'

ssh方式设置的是密钥