Git support #9
Replies: 3 comments 1 reply
-
An alternative way would be, to use git in a docker container. See: |
Beta Was this translation helpful? Give feedback.
-
Thanks @DirkMeihoefer I will have a look! |
Beta Was this translation helpful? Give feedback.
-
Git from CLI works but I see some obstacles when it comes to connecting with vscode native git because it looks for the git exec path. One workaround could be to start the alpine git container and launch vscode server into it then map a volume/path but it does not support all the necesarry libraries for the codeserver out of the box. |
Beta Was this translation helpful? Give feedback.
-
Is there a way we can make use of git on memory card. The complete installation with docs is quit large ~2GB so it can't be installed directly if it somehow can't be downsized by build. Regarding applications and docker it would anyway make sense to have a memory card. Some libraries need to be installed in /usr/lib.
Maybe its possible to provde tarballs for a spesific build og the missing libraries. It shouls accroding to the spesification be possible to update git with git itself.
Beta Was this translation helpful? Give feedback.
All reactions