Hi sybarisfr, I got this problem today in a new Linux Debian Virtual Machine, but it was working in another linux machine. From 'git config --list' command, 'core.autocrlf=input' only exists on the working machine. Following steps fixed the problem: - git config --global core.autocrlf input - delete...