git by default needs to know who you are. You can just write dummy email address and name if you're concerned. Run

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

Change example email/name with yours, and then re-run init command.