Products
GG网络技术分享 2025-11-13 23:36 6
bash
git config --global user.name "Your Name" git config --global user.email "Your Email"

git config --global credential.helper osxkeychain
git config --global --list
cat .git/config
git config user.name git config user.email
Demand feedback