Git的安装与使用

修改用户名和邮箱

$  git config --global user.name "输入你的用户名"
$  git config --global user.email "输入你的邮箱"

查看配置

$ git config --list 

 

版权声明:
作者:三炮不吃鱼
链接:https://www.qkeke.com/archives/1260.html
来源:小可博客
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
海报
Git的安装与使用
修改用户名和邮箱 $ git config --global user.name "输入你的用户名" $ git config --global user.email "输入你的邮箱" 查看配置 $ git config --list ……
<<上一篇
下一篇>>