rule 发表于 2018-9-16 14:09:43

git代码冲突,导致分支pull下载不了解决办法?

git pull origin shk-master  
From ssh://git.ihangmei.com:65022/H5-web/portal_train
  
* branch            shk-master -> FETCH_HEAD
  

  
*** Please tell me who you are.
  

  
Run
  

  
git config --global user.email "you@example.com"
  
git config --global user.name "Your Name"
  

  
to set your account's default identity.
  
Omit --global to set the identity only in this repository.
  

  
fatal: unable to auto-detect email address (got 'root@(none).(none)')


页: [1]
查看完整版本: git代码冲突,导致分支pull下载不了解决办法?