When running the command by itself, I get a permission error <PermissionError: [WinError 5] Access is denied:>
Error is likely due to command trying to run:
- File "..\SUSS\labguide\venv\Lib\site-packages\scripts\labguide.py", line 91, in getshutil.rmtree(git_dir)
but python does not have permission to remove directories from git.
If I manually clone the github https://github.com/suss-vli/labguide_ict133.git it works