Git Pie: A Arte Ancestral do Versionamento 🥧 Help

Git Credential Helpers

+------------------------+ | Credential Helpers | | | | Secure Storage | | Authentication | | Platform Integration | | | | Security Best | +------------------------+

Helpers Disponíveis

Por Plataforma

HelpersWindowsmacOSLinuxManagerWinCredKeychainosxkeychainlibsecretcache

Configuração

Setup Básico

# Windows git config --global credential.helper manager # macOS git config --global credential.helper osxkeychain # Linux git config --global credential.helper cache

Cache Options

# Definir timeout git config --global credential.helper 'cache --timeout=3600' # Limpar cache git credential-cache exit

Segurança

Boas Práticas

+------------------------+ | SEGURANÇA | | | | • Timeout curto | | • HTTPS preferido | | • 2FA ativado | | • Tokens únicos | | • Revisão regular | +------------------------+

Troubleshooting

Problema

Verificar Config

Limpar Cache

Reconfigurar

Testar

Próximos Passos

Tópicos Relacionados

29 abril 2025