Update gitea_client_uploader_comands.sh

This commit is contained in:
2025-12-06 00:13:13 +05:30
parent 534acd6170
commit 50570631d1

View File

@@ -85,5 +85,11 @@ git push --force-with-lease origin main # update he git to GitEa backend
# bypass certificate desable ssl verification # bypass certificate desable ssl verification
git config --global http."https://github.generalinfinity.cloud/".sslVerify false git config --global http."https://github.generalinfinity.cloud/".sslVerify false
git config --global http.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