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 + +