Git安装和配置-存储密码-SSH添加密钥 我是修行千年的Interface 2020-04-27 227 阅读1分钟 存储密码-SSH添加密钥 git config --list git config --global user.name "" git config --global user.email "" git config --global credential.helper store (凭证助手) ssh-keygen -t rsa -C "youremail@example.com"