You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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
The text was updated successfully, but these errors were encountered: