From b993584496b5d60eb7c805f7ccc68e1896789a47 Mon Sep 17 00:00:00 2001 From: Po Chen Date: Fri, 6 May 2022 09:54:30 +1000 Subject: [PATCH] Update CONTRIBUTING.md (#577) * Update CONTRIBUTING.md * Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2d9b5a0a..9e728d4bd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -130,6 +130,11 @@ command in the terminal: `echo "https://${CODESPACE_NAME}-4000.githubpreview.dev"` +### Note: Devcontainer on Windows + +If you are on Windows, make sure your git config `core.autocrlf` is off. Otherwise, +the `\r` characters confuse asdf, which in turn fails the devcontainer build. + # Reporting Bugs We appreciate any and all bug reports.