Giter VIP home page Giter VIP logo

baba-flow's People

Contributors

dependabot[bot] avatar tsdmrfth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

baba-flow's Issues

Git Flow: init

OS: Linux Lite
git: 2.25.1
gitflow: 1.12.3 (AVH Edition)
VSCode: 1.47.3

When execute Git Flow: init, raise the error: "terminal.onDidWriteDate is not a function".

Git Flow library is not installed on your computer. Click install and follow instructions to install it.

Environment:
Operating System: Window 10
IDE: Latest Stable Build of VS Code
git: git version 2.21.0.windows.1
git-flow: 1.12.0 (AVH Edition)

  • git is installed
    which git
    /mingw64/bin/git
  • git-flow is installed
    which git-flow
    /usr/bin/git-flow
  • git flow help works
    git flow help
    usage: git flow

Available subcommands are:
init Initialize a new git repo with support for the branching model.
feature Manage your feature branches.
bugfix Manage your bugfix branches.
release Manage your release branches.
hotfix Manage your hotfix branches.
support Manage your support branches.
version Shows version information.
config Manage your git-flow configuration.
log Show log deviating from base branch.

Try 'git flow help' for details.

  • All 'Git Flow: *' extension commands fail with error "Git Flow library is not installed on your computer. Click install and follow instructions to install it."

Branch's name with `#` in zsh

If using zsh, branch's name with # need to be escape with quotes:

didn't work:

$ git flow feature finish #2-mvp

correct:

$ git flow feature finish '#2-mvp'

ERR_CHILD_PROCESS_STDIO_MAXBUFFER

When i finished two different features I saw the error message on BABA-FLow output channel
RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.