You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error seems to happen when gitcopy does a git rev-list
** Invoke gitcopy:set_current_revision (first_time)
** Execute gitcopy:set_current_revision
cap aborted!
SSHKit::Command::Failed: git exit status: 32768
git stdout: Nothing written
git stderr: fatal: ambiguous argument 'develop': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Tasks: TOP => gitcopy:create_release => gitcopy:create_tarfile => gitcopy:set_current_revision
(See full trace by running task with --trace)
The deploy has failed with an error: git exit status: 32768
git stdout: Nothing written
git stderr: fatal: ambiguous argument 'develop': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
The text was updated successfully, but these errors were encountered:
yongzhenlow
changed the title
Ambiguous argument when deploying
Error ambiguous argument on executing gitcopy:set_current_revision
Apr 14, 2016
aaron-lim
added a commit
to aaron-lim/capistrano-scm-gitcopy
that referenced
this issue
May 21, 2016
I'm running cap on ubuntu 14.04.1, git 2.8.1
The error seems to happen when gitcopy does a git rev-list
The text was updated successfully, but these errors were encountered: