📜  终端上的 gitlab 登录 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:14.231000             🧑  作者: 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