Giter Site home page Giter Site logo

Comments (6)

stephenlacy avatar stephenlacy commented on August 20, 2024

Do you have git installed? Can you run the command git and return the help usage of git?

That error is not gulp, it is a node.js stack trace.

from gulp-git.

 avatar commented on August 20, 2024

I have this git installed: https://msysgit.github.io/
Here's some more info
C:\Users\chris>which git.exe
C:\Program Files (x86)\Git\bin\git.exe

C:\Users\chris>where git
C:\Program Files (x86)\Git\bin\git.exe
C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web Tools\External\git\git.exe

C:\Users\chris>git help
usage: git [--version] [--help] [-C ] [-c name=value]
[--exec-path[=]] [--html-path] [--man-path] [--info-path]
[-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
[--git-dir=] [--work-tree=] [--namespace=]
[]

The most commonly used git commands are:
add Add file contents to the index
bisect Find by binary search the change that introduced a bug
branch List, create, or delete branches
checkout Checkout a branch or paths to the working tree
clone Clone a repository into a new directory
commit Record changes to the repository
diff Show changes between commits, commit and working tree, etc
fetch Download objects and refs from another repository
grep Print lines matching a pattern
init Create an empty Git repository or reinitialize an existing one
log Show commit logs
merge Join two or more development histories together
mv Move or rename a file, a directory, or a symlink
pull Fetch from and integrate with another repository or a local branch
push Update remote refs along with associated objects
rebase Forward-port local commits to the updated upstream head
reset Reset current HEAD to the specified state
rm Remove files from the working tree and from the index
show Show various types of objects
status Show the working tree status
tag Create, list, delete or verify a tag object signed with GPG

'git help -a' and 'git help -g' lists available subcommands and some
concept guides. See 'git help ' or 'git help '
to read about a specific subcommand or concept.

Please let me know if this gives you any ideas, or if there is more info about my environment that may shed light.

  • Chris

from gulp-git.

stephenlacy avatar stephenlacy commented on August 20, 2024

Can you create a simple test repo to reproduce the bug?

I'll need to find a way to test this on windows...

from gulp-git.

 avatar commented on August 20, 2024

I'm working on a different project this week. I'll try to create a simple test next week.

  • Thanks, Chris

from gulp-git.

legacybass avatar legacybass commented on August 20, 2024

Not sure if this has been resolved or not, but thought I'd add my two cents. I have git installed from the same msysgit website, and have had no problems. I've written our entire build server using gulp, and a large portion of this is using git.

I tested the above code to see if it works, and I'm able to run it and see the commit with no problems. Not sure if it's a bug in the rest of the code/setup, but the snippet shared seems to work without issue on Windows (at least on Windows 10 and 8).

from gulp-git.

stephenlacy avatar stephenlacy commented on August 20, 2024

@legacybass thank you for testing!

I will close this as solved. Request to reopen if the problem resumes.

from gulp-git.

Related Issues (20)

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.