Add codespell as safe directory in Git config in dev container

This commit is contained in:
Casey Korver
2024-02-16 18:54:47 +00:00
committed by Dimitri Papadopoulos Orfanos
parent fd91941dbf
commit 1d36d2138a

View File

@ -1,3 +1,5 @@
git config --global --add safe.directory /workspaces/codespell
sudo apt-get update sudo apt-get update
sudo apt-get install -y libaspell-dev sudo apt-get install -y libaspell-dev