bypass certificate desable ssl verification
bypass certificate desable ssl verification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user