You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing the BOM makes it work.
This is very unfortunate as it prevents us from writing out the BOM for .gitignore files, effectively making applications guess the encoding i.s.o. being able to detect it.
The Unicode spec mandates conforming applications to accept the BOM.
If Git does not support Unicode this issue can be closed (but that would be another issue :)