INO files and GIT
has been able use tortoisegit ino files.
under windows, git aborts error message "improper line ending sequence". if change file extension ino txt seems work. have run down suggestions adding changes .gitattributes file without luck.
any ideas on this?
under windows, git aborts error message "improper line ending sequence". if change file extension ino txt seems work. have run down suggestions adding changes .gitattributes file without luck.
any ideas on this?
found it.
you have configure git this:
git config --global core.autocrlf false
the default true
you have configure git this:
git config --global core.autocrlf false
the default true
Arduino Forum > Using Arduino > Programming Questions > INO files and GIT
arduino
Comments
Post a Comment