【发布时间】:2014-07-17 00:48:51
【问题描述】:
我正在尝试按照此处的说明使用 WPengine 设置 git:(http://wpengine.com/git/#production) - 但是当我开始执行部署步骤时,我收到以下错误:
% git remote -v
production git@git.wpengine.com:production/workshop-wp.git (fetch)
production git@git.wpengine.com:production/workshop-wp.git (push)
% git push production master ...
fatal: remote part of refspec is not a valid name in ...
【问题讨论】:
-
您实际上并没有在推送命令中使用
...,是吗?