Skip to content

Commit 7f39c22

Browse files
committed
update README about CRLF issue
1 parent cf257b4 commit 7f39c22

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,6 @@ To change ROS Distro, do a global search for the current distro (`humble`) and r
172172
- Delete both the `build` and `install` folder and rebuild everything.
173173
- While Python code is symlinked, the ROS `launch` files aren't, meaning rebuilding the _specific_ package is needed when `launch` files are changed.
174174
- Rebuild the container without cache.
175+
- If Dev Container fails and complains about `/r`, it means some files were checked out with CRLF instead of LF line endings.
176+
- Do `git config --global core.autocrlf input` and re-clone the repository.
177+
- See <https://stackoverflow.com/questions/3206843/how-line-ending-conversions-work-with-git-core-autocrlf-between-different-operat> for more info.

0 commit comments

Comments
 (0)