Git 初始化全局user.name 和 user.email

git config --global user.name "username"

git config --global user.email "email"

原文地址:https://www.cnblogs.com/xiwang/p/4438778.html