git config --global user.name "ll"
git config --global user.email "ll@qq.com"
ssh-keygen -t rsa -C "ll@qq.com"
git配置
最新推荐文章于 2025-08-25 16:45:43 发布
git config --global user.name "ll"
git config --global user.email "ll@qq.com"
ssh-keygen -t rsa -C "ll@qq.com"