git基础指令

打开git bash

1,查看自己之前是否生成过ssh密钥 

$ ls .ssh

如果存在这个id_rsa.pub这个文件的话表示已经生成了

2,查看用户名和邮箱

$ git config --global user.name
$ git config --global user.email

猜你喜欢

转载自www.cnblogs.com/wang715100018066/p/9693641.html