Dolt login overwrites config with bad values
Open
bug
cli
configuration
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
On `dolthub`, my display name is set to an empty string ("").
I then check my dolt config `dolt config --global --list`:
```
user.email me@liquidata.co
user.name iamdevdisplayname
```
I run `dolt login` and add the genned creds on `dolthub`.
I check my config again:
```
user.email me@liquidata.co
user.name
```
`user.name` is set to an empty string and now `dolt init` panics
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.