2024年11月07日 建站教程
如何利用git语法设置git用户名密码,下面web建站小编给大家简单介绍一下!
1. 设置用户名:
`git config --global user.name "Your Name Here"`
2. 设置用户邮箱:
`git config --global user.email "your_email@example.com"`
3. 设置密码缓存时间:
`git config --global credential.helper cache` //默认时间是15分钟,可以自行修改
本文链接:http://so.lmcjl.com/news/17213/