79141680

Date: 2024-10-30 15:06:40
Score: 2
Natty:
Report link

Git doesn't allow you to have underscores in your config keys. This behavior is coded here https://github.com/git/git/blob/master/config.c#L586

$ git config --file=/etc/krb5.conf libdefaults.renewlifetime # note no "_"

will produce:

[libdefaults]
    renewlifetime = 7d
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jakub Korsak