The project says:
This file no longer exists. Select or create another file.
and there is no project contents or git history available. I have it backed up on github, so nothing is actually lost, but what's weird is when I git status it doesn't show that the files are missing, but is showing all these files in the Bela directory as untracked files in the git repository for the project.
This is the result of git status from the ~/Bela/projects/project directory
channel 14: open failed: administratively prohibited: open failed
git status
On branch main
Initial commit
Untracked files:
(use "git add <file>..." to include in what will be committed)
../../.cproject
../../.gitignore
../../.project
../../.settings/
../../Doxyfile
../../IDE/
../../LICENSE
../../Makefile
../../Makefile.libraries
../../Makefile.linkbela
../../README.md
../../core/
../../examples/
../../gitcommithash
../../include/
../../libraries/
../../pru/
../../resources/
../../scripts/
../../vim/
Any idea what might have happened?