最近在idea环境下,拉取代码时出现了如下图:

Git出现Couldn't save uncommitted changes.问题的解决

提示内容:
tried to save uncommitted changes in stash before Updates,but failed with an error.

stash file://************ :fatal:'stash' appears to be a git command,but we were not.

这个问题主要是idea环境的git配置问题导致的,将git配置好,记得是bin\git.exe,不要配置错了。


Git出现Couldn't save uncommitted changes.问题的解决Git出现Couldn't save uncommitted changes.问题的解决


  修改了之后,重新拉取代码,已经OK。可能需要重新输入git的账号和密码

相关文章:

  • 2021-03-28
  • 2022-01-13
  • 2022-12-23
  • 2021-07-26
  • 2021-09-25
  • 2022-12-23
  • 2021-07-02
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-24
  • 2021-06-17
  • 2021-07-05
  • 2022-12-23
  • 2021-11-16
  • 2022-12-23
相关资源
相似解决方案