git ssh密钥配置添加

 1.  初次安装git配置用户名和邮箱 $ git config --global user.name "xxx" $ git config --global user.email "[email protected]" 2. git使用ssh密钥 $ ssh-keygen -t rsa -C "[email protected]" 3.生成密钥对 cat ~/.ssh/id_rsa.pub s
相关文章
相关标签/搜索