Giter VIP home page Giter VIP logo

Comments (6)

kkendzia avatar kkendzia commented on May 18, 2024 1

I will do it today or tomorrow.

from bob.

jkloetzke avatar jkloetzke commented on May 18, 2024

This is strange. The -t option is defined as:

Fetch all tags from the remote (i.e., fetch remote tags refs/tags/* into local tags with the same name), in addition to whatever else would otherwise be fetched.

If the commit object is not found that would mean the commit is neither referenced by a tag nor by any branch!? What would prevent such commits from getting garbage collected by git gc? Do I overlook something?

from bob.

kkendzia avatar kkendzia commented on May 18, 2024

Yeah i thought so, too. Maybe it's just my git installation, I tried:

bob dev -vvvv --download no zr3/...../system::bsp::ext-gbm-dev

ext-gbm.yaml
banch: rcar-gen3
commit: bc04aefc9d5322f8b2dc1ecb15d0713bbab684b8

Both exist - but not work for me. I think I know why. My git version is pretty old (1.8.3.1 - Centos 7). There you don't have the "in addition..." - so just the tags getting fetched. Not a problem with bob, but with too old git on my side.

from bob.

jkloetzke avatar jkloetzke commented on May 18, 2024

F***, this was indeed changed: https://git-scm.com/docs/git-fetch/1.8.2.1 Maybe explicitly adding the default refspec helps:

git fetch -t origin +refs/heads/*:refs/remotes/origin/*

Could you test that with your version?

from bob.

kkendzia avatar kkendzia commented on May 18, 2024

That's it! Works fine.

from bob.

jkloetzke avatar jkloetzke commented on May 18, 2024

Would you mind creating a pull request with a fix for this issue?

from bob.

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.