Git can not checkout file
Hi, I want to share to you when you can not checkout file. In my case, I had difficulty when I pulled application on first time from branch master, I could not checkout my file. So I did below: 1. Go to gitconfig nano ~/.gitconfig 2. Delete line or comment on [core] autocrl = true 3. Save the file. 4. Check with git status I hope this article is useful. Thanks