Spaces:
Running
git status stuck: fetching git changes
I created a space with jupyterlab instance. I have dev-mode
enabled and I tried to connect to vs-code local. It appears that a repo was cloned locally. i see [APP:SSH SSH.HF.SPACE]. However, I am not sure how to push changes from here. The dev-mode on spaces seems to be stuck at fetching git changes
. I confirmed I am able to ssh
into the space from local terminal.
Hi
@keval-sha
, could you share an example Space where you encounter that issue?
It would be helpful for debugging
I am not sure how to push changes from here.
You should be able to use the. git
command line from your terminal to push changes
Here's the space I am having issues with: https://huggingface.co./spaces/Distillation-Hugs/distillation
My space with Docker SDK with JupyterLab template. Ah, so once I ssh
into the space, I can push to .git
from my local terminal ?