Git使用

1.安装成功后运行‘Git Bash’

Git使用

 2.点击后弹出命令框

Git使用

 3.查看账号,邮箱

命令 git config user.name

 git config user.email

Git使用

 4.设置账号,邮箱

命令 git config --global user.name ‘账号‘

git config --global user.email ‘邮箱‘   

Git使用

Git使用

5.生成秘钥ssh

命令  ssh-keygen -t rsa -C ‘邮箱‘

 Git使用

 点击三次回车 

Git使用

 说明安装成功

()中的地址为秘钥在你本机的存储位置

5.查看秘钥ssh

命令 cat ~/.ssh/id_rsa.pub

Git使用

git

相关推荐