Facing error when sending e-mail using git:
git send-email --to "abc.123@test.com" --cc "def456@test.com" somefix.patch
After this command, getting the following output:
Failed to run command 'send-email': Numerical result out of range
I even tried removing double quotes around the e-mails - didn't work.
$ git --version
git version 2.7.4
OS - ubuntu 16.04