From 50570631d1dbe9f244cb815d3ec9a883dc07ba85 Mon Sep 17 00:00:00 2001 From: dhruv Date: Sat, 6 Dec 2025 00:13:13 +0530 Subject: [PATCH] Update gitea_client_uploader_comands.sh --- gitea_client_uploader_comands.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gitea_client_uploader_comands.sh b/gitea_client_uploader_comands.sh index 437eb44..34a4ce1 100644 --- a/gitea_client_uploader_comands.sh +++ b/gitea_client_uploader_comands.sh @@ -85,5 +85,11 @@ git push --force-with-lease origin main # update he git to GitEa backend # bypass certificate desable ssl verification git config --global http."https://github.generalinfinity.cloud/".sslVerify false - 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 ) +git config --global credential.helper store + +