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" ```