I worked for a while on a WebApp (c#, .NET framework 4.5) and wanted it to upload to git(Commit all and sync). Mind you, I've done this a few times already, and this is the first time this error pops up. This is the error:
Git failed with a fatal error. warning: LF will be replaced by CRLF in Test2/packages/bootstrap.3.4.1/content/Content/bootstrap-theme.css. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in Test2/packages/bootstrap.3.4.1/content/Content/bootstrap-theme.min.css.
Is there any workaround or a quick fix?
EDIT: Visual Studio 2017 - Git failed with a fatal error I've seen this thread. This does not solve my problem it is different.
EDIT2: I probably found the reason why it may have occured: I linked a database to this app and that may have caused this.