git配置用户信息

  一、在本地配置用户信息 配置内容:user.name 和 user.email 配置目的:Git用来记录谁做了什么事 配置方法:windows下打开Git Bash进行操作  git config #查看本机是否配置了个人信息  git config --global user.name "……" #定义全局的用户名  git config --global user.email "……" #
相关文章
相关标签/搜索