Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1003 Bytes

GitCredentialManagerCore.md

File metadata and controls

19 lines (12 loc) · 1003 Bytes

Linux

  • Descargar Git-Credential-Manager-Core desde aquí.

  • Ejecutar git config --global credential.credentialStore cache

  • Seleccionar tiempo en segundos. En este ejemplo se eligieron 360 segundos

    git config --global credential.cacheOptions "--timeout 360"

Windows

  • Descargar versión que incluye Git-Credential-Manager-Core, aquí

  • Ejecutar git config --global credential.credentialStore cache

  • Seleccionar tiempo en segundos. En este ejemplo se eligieron 360 segundos

    git config --global credential.cacheOptions "--timeout 360"

  • fuente 1

  • fuente 2