Git asks me to commit or stash changes on checkout master, even though all changes were committed?

前端 未结 8 1713
误落风尘
误落风尘 2020-12-28 12:48

I have two branches locally, master and Berislav. The latter is currently active, and I have committed all the changes. When I try to checkout to <

8条回答
  •  生来不讨喜
    2020-12-28 12:53

    I had the same problem, and this solved my issues (on Linux):

    git config --global core.autocrlf input
    

提交回复
热议问题