I am using Varying-Vagrant-Vagrants for Wordpress development. I am able to setup a new site, it works great when I run vv create
. However how can I setup git into my wp-content
directory?
I've already ran the command git init
on wp-content
directory and after adding all files, I ran git commit -m "Initial commit"
and got this error message:
gpg: skipped "username <username@emails.com>": secret key not available
gpg: signing failed: secret key not available
error: gpg failed to sign the data
fatal: failed to write commit object
(I removed my personal details from the message)
Any idea what this error is about? I can run git normally on other projects that are not part of Wordpress VVV.