Git Credential Helpers
+------------------------+
| Credential Helpers |
| |
| Secure Storage |
| Authentication |
| Platform Integration |
| |
| Security Best |
+------------------------+
Helpers Disponíveis
Por Plataforma
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
Próximos Passos
Tópicos Relacionados
29 abril 2025