Bird
0
0

You want to securely store Git credentials on Windows without typing your password every time. Which credential helper should you configure?

hard📝 Best Practice Q15 of 15
Git - Configuration and Aliases
You want to securely store Git credentials on Windows without typing your password every time. Which credential helper should you configure?
Amanager-core
Bstore
Ccache
Dosxkeychain
Step-by-Step Solution
Solution:
  1. Step 1: Identify platform-specific secure helpers

    On Windows, the recommended secure credential helper is manager-core, which integrates with Windows Credential Manager.
  2. Step 2: Compare with other helpers

    cache is temporary, store saves plain text, and osxkeychain is for macOS, so they are not suitable for Windows secure storage.
  3. Final Answer:

    manager-core -> Option A
  4. Quick Check:

    Windows secure storage uses 'manager-core' helper [OK]
Quick Trick: Use 'manager-core' for secure Windows credential storage [OK]
Common Mistakes:
  • Choosing 'store' which is insecure
  • Using 'osxkeychain' on Windows
  • Expecting 'cache' to be secure and permanent

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Git Quizzes