git配置用戶信息

  一、在本地配置用戶信息 配置內容:user.name 和 user.email 配置目的:Git用來記錄誰做了什麼事 配置方法:windows下打開Git Bash進行操作  git config #查看本機是否配置了個人信息  git config --global user.name "……" #定義全局的用戶名  git config --global user.email "……" #
相關文章
相關標籤/搜索