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
@Alex-deVis I wonder if the container can be configured to mitigate this. Some code taken from other repos such as CLIST uses CRLF and I wish to keep "original" as much as we can.
Using dos2unix will consider the files changed.
A way to deal with this is by configuring git core.autocrlf option, but I do not know if this can be imposed on the repo.
The other way would be to use a smudge-clean filter.
I do not know if you can do something specific for the container as it bind mounts the repo.
Files with CRLF characters within them are causing the terminal cursor to start before the
student@os
prompt.If I attempt to start writing commands, the prompt will be overwritten.
Current workaround:
The text was updated successfully, but these errors were encountered: