摘要: git配置个人用户信息 %% 配置用户名 git config --global user.name wangjing %% 配置用户邮箱 git config --global user.email [email protected] %% 配置记住用户验证信息 git config --global cre 阅读全文
posted @ 2022-07-08 16:14 敬code 阅读(4361) 评论(0) 推荐(0)