bypass certificate desable ssl verification

bypass certificate  desable ssl verification
This commit is contained in:
2025-11-16 22:50:22 +05:30
parent 2c6bb87433
commit 534acd6170

View File

@@ -1,4 +1,3 @@
git init
git add -A
git commit -m "first commit"
@@ -81,3 +80,10 @@ git ls-files
#Delete last commit from Gitea branch:
git reset --hard HEAD~1 # undo the git changes
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