📌  相关文章
📜  如何在 cmd 中连接到 git repo - Shell-Bash 代码示例

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

代码示例1
git config --global user.name "your_username"
git config --global user.email "your_email_address@example.com"
# then try to clone a repo anywhere on your desktop
# This will trigger a username password prompt after which you are logged in