From 19e238640a99728a990414394b66de0f51f3e037 Mon Sep 17 00:00:00 2001 From: Abdelilah El Aissaoui Date: Sun, 6 Nov 2022 19:53:01 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1361b1a..7b40a5e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Windows: MacOS: - [ZIP which contains the app bundle](https://github.com/JetpackDuba/Gitnuro/releases/latest). -- Using hombrew: brew install jetpackduba/apps/gitnuro +- Using hombrew: `brew install jetpackduba/apps/gitnuro` ## Features @@ -136,3 +136,19 @@ Currently there are some limitations regarding this topic. Here are some known p - Multicast DNS remote URL (https://github.com/JetpackDuba/Gitnuro/issues/19). If the authentication fails and you think its due to a different reason, please open a new issue. + + +> Does it support Git credentials manager (aka manager-core)? +Yes but it requires specifying the full path of the binary in your `.gitconfig`. + +Example for linux: +``` +[credential] + helper = /usr/share/git-credential-manager-core/git-credential-manager-core +``` + +Example for windows (you may want to edit `C:\Program Files\mingw64\etc\gitconfig`): +``` +[credential] + helper = C:/Program Files/Git/mingw64/bin/git-credential-manager-core.exe +```