Skip to content

Commit

Permalink
update README about CRLF issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Interpause committed Dec 3, 2022
1 parent cf257b4 commit 7f39c22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,6 @@ To change ROS Distro, do a global search for the current distro (`humble`) and r
- Delete both the `build` and `install` folder and rebuild everything.
- While Python code is symlinked, the ROS `launch` files aren't, meaning rebuilding the _specific_ package is needed when `launch` files are changed.
- Rebuild the container without cache.
- If Dev Container fails and complains about `/r`, it means some files were checked out with CRLF instead of LF line endings.
- Do `git config --global core.autocrlf input` and re-clone the repository.
- See <https://stackoverflow.com/questions/3206843/how-line-ending-conversions-work-with-git-core-autocrlf-between-different-operat> for more info.

0 comments on commit 7f39c22

Please sign in to comment.