Giter VIP home page Giter VIP logo

Comments (3)

rluvaton avatar rluvaton commented on July 17, 2024 3

@victoriaunizhona @nthsense I found the bug, hopefully I'll create a PR during this week.

However this issue is about 2 problems:
1.uniq is not found
2. --format='' invalid pretty format

Solutions:

  1. Just write JS function that found how many times a line (file name) repeated (that's what uniq -c does)
  2. I opened an issue in git for windows about that - git-for-windows/git#3131, nevertheless I'm gonna implement a patch

from code-complexity.

victoriaunizhona avatar victoriaunizhona commented on July 17, 2024 1

The same issue for me. Have you found a solution?

If I run from Bash - it gives only invalid --pretty format: ''

from code-complexity.

rluvaton avatar rluvaton commented on July 17, 2024

I'm running this on Windows 10, both CMD and Powershell - looks like there is a dependency on something I don't have.

Error: Command failed: git -C ./ log --follow --format='' --name-only '*' | sort | uniq -c 'uniq' is not recognized as an internal or external command, operable program or batch file. fatal: invalid --pretty format: ''

Testing on Windows 10 in CMD, PowerShell, and Git Bash the error I get is only:

$ code-complexity . --limit 20 --sort ratio
fatal: invalid --pretty format: ''
┌──────┬────────────┬───────┬───────┐
│ file │ complexity │ churn │ ratio │
└──────┴────────────┴───────┴───────┘

Running in WSL works fine

from code-complexity.

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.