mward60 / DiscordBot

Custom Discord Bot
0 stars 0 forks source link

Change git CRLF to CR #1

Open cbwolfe94 opened 4 months ago

cbwolfe94 commented 4 months ago

@mward60 I noticed I wasn't able to run ./system_analysis_bot.py from my command line given a shebang because your git was configured to use Windows style line endings(CRLF) and not Unix(LF). When you uploaded your code, it inserted carriage returns which doesn't allow me to run the program.

Here is a StackOverflow link on how to fix that on your side. It's shouldn't be that hard to do. Very first answer should get you where you want to go. https://stackoverflow.com/questions/1967370/git-replacing-lf-with-crlf

mward60 commented 1 week ago

Yea that seems to be a pretty common issue. I don't have the free time to mess with it right now, but I'll get back to you on that.