Inaccurate username error breaking bridge configuration

Timeline

xloem (xloem) opened

Trying to configure my first bridge, using and inside git-bug master:

[user@localhost git-bug]$ git-bug bridge configure
A lock file is present but the corresponding process is not, removing it.
[1]: github
[2]: gitlab
[3]: jira
[4]: launchpad-preview
target: 1
name [default]: github

Detected projects:
[1]: github.com/MichaelMure/git-bug

[0]: Another project

Select option: 1
Github login: xloem

[1]: enter my token
[2]: interactive token creation

Existing token for github:
[3]: <censored> => (login:xloem) (30 Oct 20 11:29 EDT)

Select option: 2

git-bug will now generate an access token in your Github profile. Your credential are not stored and are only used to generate the token. The token is stored in the global git config.

The access scope depend on the type of repository.
Public:
  - 'public_repo': to be able to read public repositories
Private:
  - 'repo'       : to be able to read private repositories

[1]: public
[2]: private
repository visibility: 1

Password: 
Error: user name is not configured in git yet. Please use `git config --global user.name "John Doe"`
[user@localhost git-bug]$ git config --global user.name
Karl Semich

xloem (xloem) commented

duplicate of #480

xloem (xloem) closed the bug