Code Monkey home page Code Monkey logo

Comments (4)

hekmekk avatar hekmekk commented on July 26, 2024 1

If I understood homebrew bottles correctly – they are builts from homebrew maintainers –, this section is not required by git-team, and has therefore been removed. The style warning should have disappeared accordingly.

from git-team.

hekmekk avatar hekmekk commented on July 26, 2024

Thanks for submitting the issue 💐 Will get onto it asap.

from git-team.

delitescere avatar delitescere commented on July 26, 2024

FYI to clean this up, I had to do this (removing the /usr/local/etc/git-team was important to remove defunct hooks) as I was getting "git-lfs" not on path (even though it is!) warnings in various homebrew actions.

git team disable
brew uninstall git-team
brew untap hekmekk/git-team
rm -rf /usr/local/etc/git-team
brew install git-lfs || true && git lfs install
brew tap hekmekk/git-team && brew install git-team

On reflection, I probably should have also git team disable first to remove the core.hookspath git config (updated the above).

from git-team.

hekmekk avatar hekmekk commented on July 26, 2024

Hey, thanks again for bringing this up.

The reason /usr/local/etc/git-team needs to be removed explicitly is because the homebrew formula uses a hardcoded path instead of relying on a special path variable (e.g. etc) homebrew is aware of. As git-team relies on that fixed hooks path, I need to make git-team lookup the hooks path dynamically so I can use the special homebrew variables.

I'm afraid I do not get the git-lfs issue though as git-team shouldn't be requiring it 🤔 Could you elaborate a little more on that, please?

from git-team.

Related Issues (11)

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.