📌  相关文章
📜  如何在终端中更改您的 github 用户名和密码 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:43.337000             🧑  作者: Mango

代码示例1
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git config --global user.password "your password"