打开git bash
1,查看自己之前是否生成过ssh密钥
$ ls .ssh
如果存在这个id_rsa.pub这个文件的话表示已经生成了
2,查看用户名和邮箱
$ git config --global user.name$ git config --global user.email
3,git版本
$ git --version
本文共 228 字,大约阅读时间需要 1 分钟。
打开git bash
1,查看自己之前是否生成过ssh密钥
$ ls .ssh
如果存在这个id_rsa.pub这个文件的话表示已经生成了
2,查看用户名和邮箱
$ git config --global user.name$ git config --global user.email
3,git版本
$ git --version
转载于:https://www.cnblogs.com/wang715100018066/p/9693641.html