Replies: 5 comments 7 replies
|
The message here suggests you haven't opened a git repository yet. You can do that with |
|
Thanks, @code-asher for your response, |
|
The problem occurred again even when passing I think the issue is that code-server couldn't activate the extensions log: I see that extensions don't displayed in the status bar (ex: prettier), also "accounts" just continuously loading.... I restarted the cloud shell and opened it in a new clean Google chrome instance without any browser-extension enabled. |
|
@code-asher |
|
So I'm curious how you're using code-server with Google Cloud Shell. I believe cloud shell will reset the system after you disconnect? Are you re-installing it every time? |


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I installed code-server in Google cloud shell.
it installed successfully and opened, but I cannot use the version control.
from Google shell I run
git versionand it returned the value git version 2.20.1, whitch means that git is already installed.also I installed
git extension pack, but it didn't help.I run
git statusinside the project and got the following:All reactions