Hi Junio, On Wed, 9 Apr 2025, Junio Luan Pereira wrote: > I am using git-for-windows on a windows 11 laptop with the Brazilian > Portuguese language. > > Recently, an error occur every time I execute the git > update-git-for-windows in the following way: > > $ git update-git-for-windows > curl: (35) schannel: next InitializeSecurityContext failed: > CRYPT_E_NO_REVOCATION_CHECK (0x80092012) - A fun��o de revoga��o n�o > p�de verificar a revoga��o do certificado. This command is implemented as a Unix shell script: https://github.com/git-for-windows/build-extra/blob/HEAD/git-extra/git-update-git-for-windows Could you edit (in elevated mode!) the file at `C:\Program Files\Git\mingw64\bin\git-update-git-for-windows` and add the `--ssl-revoke-best-effort` option (for a full explanation, see https://curl.se/docs/manpage.html#--ssl-revoke-best-effort) to the two `curl` invocations in that script, and then try it again? Thank you, Johannes > > Reinstalling completely the program apparently does not work. > > Is this some kind of bug on git-for-windows? Was it reported? Should > it be reported? > > PS: I have no knowledge of programming, developing or debugging git. > Ask me in case more information is needed. > > Sincerely > >