From f4321ec3ae3def5816478c5803cbc5d2f5d35c41 Mon Sep 17 00:00:00 2001 From: Gabor Csardi Date: Sat, 29 Apr 2023 15:11:02 +0000 Subject: [PATCH] Set another env var for GCM Need to set GCM_GUI_PROMPT=never to suppress the GitLab login window. --- R/git-auth.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/git-auth.R b/R/git-auth.R index 46131cb..730ea9f 100644 --- a/R/git-auth.R +++ b/R/git-auth.R @@ -473,7 +473,8 @@ gitcreds_env <- function() { c( GCM_INTERACTIVE = "Never", GCM_MODAL_PROMPT = "false", - GCM_VALIDATE = "false" + GCM_VALIDATE = "false", + GCM_GUI_PROMPT = "false" ) }