git clone using https does not work in an rstudio environment
I am creating an rstudio docker container, I can get git clone via ssh to work by copying over the relevant env vars to a .Renviron file in the use home dir. If I start the same workspace with code-server I can immediately clone a repo from the gitlab server that I have set up with external auth. I cannot however do the same if I start this workspace in the context of R studio.
I instead am asked to add the username and password.
Any help would be greatly appreciated
3 Replies