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
Currently, ./mubench update fails with the following error:
fatal: cannot run ssh: No such file or directory
fatal: unable to fork
This is from running git pull in the Docker environment. Seems like we're missing some dependency?
Update: I realized this only happens in my/the dev environment, when the project is cloned via ssh. On the fresh clone following our setup guide (which uses https) everything works fine.
The text was updated successfully, but these errors were encountered:
Currently,
./mubench update
fails with the following error:This is from running
git pull
in the Docker environment. Seems like we're missing some dependency?Update: I realized this only happens in my/the dev environment, when the project is cloned via ssh. On the fresh clone following our setup guide (which uses https) everything works fine.
The text was updated successfully, but these errors were encountered: