greenkeeperio / greenkeeper-lockfile

:lock: Your lockfile, up to date, all the time
https://greenkeeper.io
182 stars 73 forks source link

Does not work out of the box because of missing git identity #225

Open aaronjensen opened 5 years ago

aaronjensen commented 5 years ago

I don't have the error anymore, but greenkeeper-lockfile-update fails due to missing git identity when run. If I set them manually, it works:

git config --global user.email "support@greenkeeper.io"
git config --global user.name "greenkeeperio-bot"