Git 账号、密码、邮箱相关 配置账号和密码 警告:刚开始必须配置名称和邮箱,否则无法进行上传。 # 名称 git config --global user.name "账号" # 邮箱 git config --global user.email 邮箱 重要配置存在地方 删除账号密码 相关文章: