From 3822ab85ebe2f5b8b6f4af2ba4508ddc5bcf18d8 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Tue, 22 Mar 2022 19:00:35 +0800 Subject: [PATCH] git: cscc: set up credential helper --- .config/git/config-cscc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config-cscc b/.config/git/config-cscc index 078db5d..93a67af 100644 --- a/.config/git/config-cscc +++ b/.config/git/config-cscc @@ -3,6 +3,8 @@ [user] name = Ping-Hao Wu email = wuph0612@cs.nctu.edu.tw +[credential "https://gitlab.cs.nctu.edu.tw"] + helper = "/usr/bin/glab auth git-credential" [commit] gpgSign = false [push] -- 2.43.0