Most of the problems come from Windows not being POSIX compliant, I guess. None of these problems in macOS or Linux.
For further actions, you may consider blocking this person and/or reporting abuse
Most of the problems come from Windows not being POSIX compliant, I guess. None of these problems in macOS or Linux.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (3)
I push and pull cross platform software often back and forth from Linux to Windows and vice-versa and the only problem I've ever had were with line endings; which, is easily fixable by using
core.eol
correctly.Please elaborate.
So, you didn't configure correctly immediately on first install.
Do you
.git/config
~/.gitconfig
git config --global
?