-
Notifications
You must be signed in to change notification settings - Fork 512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"\xEF\xBB\xBF" error (on Windows) #224
Comments
I found out that the _ This project thinks that those characters are part of the command that follows right after. This is what I can see this message in the log, though the characters are escaped so they're visible to the naked eye: (adapted from http://stackoverflow.com/a/5373369/5157221)
|
Agreed with your research. The solutions I've seen involve either telling your text editor to not add the BOM character (either via a preference or by saving the file as ASCII instead of UTF-8) or by using an editor that doesn't insert the BOM character (I saw one post recommend Notepad++) |
@metavida: I use the Windows Editor but it also doesn't work with Notepad++. 😧 |
@bkeepers @phlipper @shingara @metavida @Floppy:
Hi guys, 😄
I got an "\xEF\xBB\xBF" error for dotenv while using the basics-of-authentication project from GitHub:
This error is occurring at
dotenv-2.0.2/lib/dotenv/parser.rb
on my Windows 10.What's the problem?
Yours,
Suriyaa Kudo
The text was updated successfully, but these errors were encountered: