Evan Mullins

Results 1 comments of Evan Mullins

I think it was failing because I hadn't set a git user. I had to set it in my git config, it was something like this: `exec('git config user.email "[email protected]"');...