question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't finish hotfix - getopt does not support spaces in options

See original GitHub issue

I 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:closed
  • Created 10 years ago
  • Comments:12 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
OpherVcommented, Jun 22, 2014

Can you try git-flow AVH edition and see if it still happens? https://github.com/petervanderdoes/gitflow

0reactions
petervanderdoescommented, Jun 22, 2014

@OpherV You are correct, AVH is just short for A Virtual Home. Thanks for the plug btw.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found