Android Studio and Git commit error

I made the first git compiler from an Android Studio project. He asked me to check the CR option, I did it, and it was successful, but some files were again left on the Local Changes tab. Then I tried the second commit, and it failed with the same error for all left files:

0 files, 46 files could not be committed

Error: warning: CRLF will be replaced with LF in gradlew.bat. The file will have the original line endings in your working directory.

(Android Studio 1.5.1 on Ubuntu 14.04)

How can i solve the problem?

+4
source share
1 answer

According to the JetBrains Blog :

:

enter image description here

. → .

+2

All Articles