-
-
Notifications
You must be signed in to change notification settings - Fork 291
Open
Labels
area/gitRelates to git operationsRelates to git operationskind/featureRelates to a new featureRelates to a new featurepriority/backlogHigher priority than priority/awaiting-more-evidenceHigher priority than priority/awaiting-more-evidence
Milestone
Description
The documentation for git-config(1) says that the syntax is deprecated (I didn’t know):
There is also a deprecated
[section.subsection]syntax.
But the error wasn’t easy to understand. So in any case with:
[gpg.ssh]
allowedSignersFile=<file>
You get this:
$ git bug webui
Web UI: http://127.0.0.1:41935
Graphql API: http://127.0.0.1:41935/graphql
Graphql Playground: http://127.0.0.1:41935/playground
Press Ctrl+c to quit
Error: 198:5: illegal character U+002E '.'
Also with git bug termui
$ git bug termui
[press `s` to search]
Error: Unable to detect default git editor: 198:5: illegal character U+002E '.'
Not a big deal now that I know the solution (which is just to not use deprecated syntax). But maybe someone in the future will find this?
Version
$ git bug version
git-bug version: v0.10.1
Metadata
Metadata
Assignees
Labels
area/gitRelates to git operationsRelates to git operationskind/featureRelates to a new featureRelates to a new featurepriority/backlogHigher priority than priority/awaiting-more-evidenceHigher priority than priority/awaiting-more-evidence