git 查看/修改用户名、密码

查看用户名和邮箱地址:

git config user.name
git config user.email
修改用户名和邮箱地址:
git config --global user.name "Your Name"
git config --global user.email "email@example.com"

 

 

上一篇:python 爬虫 之 scrapy与selenium结合


下一篇:weex-html5 组件进阶