在实际应用sourcetree时发现过一个问题:sourcetree fatal: unable to auto-detect email address (got '[email protected](none)')

 

然后按照在论坛上面的说法设置了

git config --global user.email "[email protected]"
git config --global user.name "xxx"
结果还是报错。
最后设置了eclipse里面git的config:注意选择Repository 为要操作的项目!

git客户端sourcetree使用的一个小问题
 
 
 
 
最后操作ok!
 
 
 

相关文章:

  • 2021-10-02
  • 2018-04-12
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-24
  • 2021-06-30
  • 2021-07-25
  • 2021-05-09
  • 2021-06-21
  • 2022-12-23
相关资源
相似解决方案