Closed kevinnio closed 5 years ago
Hello, guys!
Seems like git-flow doesn't work on repos whose absolute path has namespaces. For example, check this out:
Given I'm in a repo located at /files/Documentos/UTeM/Becario en DSI/src/sied-laravel, I can run git flow init as a charm, but when I run:
/files/Documentos/UTeM/Becario en DSI/src/sied-laravel
git flow init
git flow feature start foo
I get:
/usr/lib/git-core/git-flow: 313: export: DSI/src/sied-laravel/.git: bad variable name
It'll dump the same error on almost every command. The only one I tried successfully was git flow init. Any help?
As a side note, I access my repo via a symlink, but git-flow is using its absolute path. My symlinked path has no spaces in it.
Hello, guys!
Seems like git-flow doesn't work on repos whose absolute path has namespaces. For example, check this out:
Given I'm in a repo located at
/files/Documentos/UTeM/Becario en DSI/src/sied-laravel
, I can rungit flow init
as a charm, but when I run:I get:
It'll dump the same error on almost every command. The only one I tried successfully was
git flow init
. Any help?As a side note, I access my repo via a symlink, but git-flow is using its absolute path. My symlinked path has no spaces in it.