Replies: 1 comment 3 replies
-
How is the user created in your container? Does it use As for the clone, are you able to use SSH keys instead? But, not popping up a prompt to ask for the username/password could be a bug. How exactly do you clone it? Using the UI or the integrated terminal? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a pod running the container with uid=1000, serving the code-server.
When I attempts to run the Terminal, the Terminal did not launch successfully, with error stating that The Terminal process "/sbin/nologin" failed to launch (exit code: 1).
I further tried adding bash as the default terminal profile on Linux, the Terminal launched. But git clone stuck at "Clonining into ....". Apparently, it cannot return the command to ask for user and password.
I also found that the uid 1000 is /sbin/nologin in /etc/passwd, which seems to be the issue.
Any advice how to get it working without root user?
Beta Was this translation helpful? Give feedback.
All reactions