我正在使用 Varying-Vagrant-Vagrants 进行 Wordpress 开发。我能够设置一个新站点,当我运行vv create
. 但是如何将 git 设置到我的wp-content
目录中?
我已经git init
在wp-content
目录上运行了命令,添加所有文件后,我运行git commit -m "Initial commit"
并收到以下错误消息:
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
(我从消息中删除了我的个人信息)
知道这个错误是关于什么的吗?我可以在不属于 Wordpress VVV 的其他项目上正常运行 git。