GithubHelp home page GithubHelp logo

Comments (2)

jkonrath-postman avatar jkonrath-postman commented on May 28, 2024

Hi @SoumyaSubhrajit - I don't have a Windows machine to test this, but it looks like you don't have a command-line installation of Git. By default, Windows doesn't come with git installed. VSC has a built-in client, but I don't think it installs the CLI one.

Head over to https://git-scm.com/downloads and install git from there, and check out their documentation. After it's installed and in your path, you should be able to do a git -v to see that it's working.

from postman-docs.

SoumyaSubhrajit avatar SoumyaSubhrajit commented on May 28, 2024

@jkonrath-postman Sir, the error that happened due to the git log -1 --pretty='%ad' --date=format:"%Y/%m/%d" ${node.fileAbsolutePath} in this line, because file paths that contain spaces or special characters. They are used to ensure that the file path is treated as a single, complete string by the underlying system or command so we have to contain the ${node.fileAbsolutePath} in double-quotes "${node.fileAbsolutePath}", this tiny change makes my code run perfectly.
I made this correction on the code base can I have the pull request on this?
Please let me know what your thoughts on this issue.

from postman-docs.

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.