Wordpress Vagrant VV - 如何设置git?

时间:2016-07-13 11:53:06

标签: wordpress git vagrant vagrant-plugin

我正在使用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。

1 个答案:

答案 0 :(得分:0)

您需要在电子邮件之上添加user.name。 (可能您的名称是在主机或其他VM上的gitconfig中设置的)。在v-v-v VM中,您可以运行

git config --global user.name "<name>"

自动添加您的名字或编辑gitconfig文件