From f8c6edae54925356b286affe03251320aac74a87 Mon Sep 17 00:00:00 2001 From: dhruv Date: Sat, 6 Dec 2025 00:18:48 +0530 Subject: [PATCH] Update gitea_client_uploader_comands.sh --- gitea_client_uploader_comands.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitea_client_uploader_comands.sh b/gitea_client_uploader_comands.sh index 6a97416..11b7474 100644 --- a/gitea_client_uploader_comands.sh +++ b/gitea_client_uploader_comands.sh @@ -92,4 +92,7 @@ git config --global http.sslVerify false # save username and password to local system . ( so that there will not be any need to enter username and password for every git clone on Private repositories ) git config --global credential.helper store +# log the username and encoded_password ( need to ask chatGpt to deCode the encoded-password) +cat ~/.git-credentials +