Can't finish hotfix - getopt does not support spaces in options
See original GitHub issueI was able to start a hotfix branch, but trying to finish it gave me the following errors:
12:12:16.169: git flow hotfix start Fix_has_shortcode
Switched to a new branch 'hotfix/Fix_has_shortcode'
Summary of actions:
- A new branch 'hotfix/Fix_has_shortcode' was created, based on 'master'
- You are now on branch 'hotfix/Fix_has_shortcode'
Follow-up actions:
- Bump the version number now!
- Start committing your hot fixes
- When done, run:
git flow hotfix finish 'Fix_has_shortcode'
12:15:47.934: cd /Users/morganestes/Documents/Websites/www.phase5system.dev
12:15:47.934: git flow hotfix finish -m "Tagging version 1.3.3" Fix_has_shortcode
flags:FATAL the available getopt does not support spaces in options
12:16:20.540: cd /Users/morganestes/Documents/Websites/www.phase5system.dev
12:16:20.540: git flow hotfix finish -m "Tagging version Fix_has_shortcode" Fix_has_shortcode
flags:FATAL the available getopt does not support spaces in options
12:21:43.782: cd /Users/morganestes/Documents/Websites/www.phase5system.dev
12:21:43.782: git flow hotfix finish -m "Tagging version 1.3.3" Fix_has_shortcode
flags:FATAL the available getopt does not support spaces in options
I’m running PhpStorm 7.1 build PS-133.326 on OS X Mavericks 10.9.1. Git-flow version is 0.4.1.
Issue Analytics
- State:
- Created 10 years ago
- Comments:12 (4 by maintainers)
Top Results From Across the Web
getopt does not support spaces in arguments on Mac OS X #98
I implemented an option that maps to 'git tag -F', reading the message from a file and avoiding the need to use an...
Read more >git flow release finish with a message that contains spaces
git flow release finish -m 'Release 0.0.4 - Fixing a bug' 0.0.4 flags:FATAL the available getopt does not support spaces in options.
Read more >getopt does not support spaces in arguments on Mac OS X -
The bug is exposed as follows: $ git flow init # accept the defaults $ echo "foo" > foo $ git add ....
Read more >getopts - man pages section 1: User Commands
The getopts utility can be used to retrieve options and option-arguments from a list of parameters.
Read more >BusyBox
1 has fixes for uuencode (allow space instead of "`" as padding char), dd (fixed status=none), setpriv (option parsing should not eat options...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you try git-flow AVH edition and see if it still happens? https://github.com/petervanderdoes/gitflow
@OpherV You are correct, AVH is just short for A Virtual Home. Thanks for the plug btw.