Showing posts with label window. Show all posts
Showing posts with label window. Show all posts

Monday, June 6, 2022

VS Code: Fixing Git Certificate Issues


Ref: https://dougdefrank.wordpress.com/2018/02/28/vs-code-fixing-git-certificate-issues/ 

git config --system http.sslBackend schannel



Thursday, May 19, 2022

Remove credentials from Git

 


Ref: https://stackoverflow.com/questions/15381198/remove-credentials-from-git

If this problem comes on a Windows machine, do the following.

  • Go to Credential Manager

    • in German, it is called: Anmeldeinformationsverwaltung
    • in French, it is called: Gestionnaire d'identification
    • in Polish, it is called: Menedżer poświadczeń
    • in Portuguese, it is called: Gerenciador de Credenciais
    • in Russian, it is called: Диспетчер учётных данных
    • in Spanish, it is called: Administrador de credenciales
  • Go to Windows Credentials

  • Delete the entries under Generic Credentials


  • Try connecting again. This time, it should prompt you for the correct username and password.

Installing the trusted root certificate

Ref:https://docs.microsoft.com/en-us/skype-sdk/sdn/articles/installing-the-trusted-root-certificate

Adding certificate snap-ins

  1. Launch MMC (mmc.exe).

  2. Choose File > Add/Remove Snap-ins.

  3. Choose Certificates, then choose Add.

  4. Choose My user account.

  5. Choose Add again and this time select Computer Account.

  6. Move the new certificate from the Certificates-Current User > Trusted Root Certification Authorities into Certificates (Local Computer) > Trusted Root Certification Authorities.

Install and use xorg-server on macOS via Homebrew

  The instructions to install and use xorg-server on macOS via Homebrew: Install Homebrew (if you haven't already): /bin/bash -c ...