emmie
unread,Feb 17, 2012, 10:56:59 AM2/17/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gitflow-users
Hi All!
I download the lasted version of gitflow repo, but when I install it,
I get this error:
$ git flow version
/home/emmie/dev-tools/gitflow/gitflow-shFlags: línea 1: shFlags/src/
shflags: No existe el fichero o el directorio
/home/emmie/dev-tools/gitflow/git-flow: línea 83: FLAGS: no se
encontró la orden
fatal: 'flow' appears to be a git command, but we were not
able to execute it. Maybe git-flow is broken?
The gitflow-shFlags script only contain this line:
shFlags/src/shflags
And I add the following in order to fixed:
GITFLOW_HOME=$(dirname "$(echo "$0")")
. $GITFLOW_HOME/shFlags/src/shflags
And Works!! :-)
$ git flow version
0.4.2-pre
Is this a bug? Is ok my "workaround"?
Regards,
Emiliano Pereyra