Open gosnmic opened 5 years ago
It appears setting the user.name also requires the --global flag but somehow got missed in the README (could be a little confusing for those first starting out).
This is resolved and can be closed!
$ git config --global user.name "FirstName LastName" $ git config --global user.email "email@example.com"
It appears setting the user.name also requires the --global flag but somehow got missed in the README (could be a little confusing for those first starting out).