Git Product home page Git Product logo

Comments (9)

Tyil avatar Tyil commented on July 26, 2024

The No meta file located seems to indicate that fetch failed to actually download the sources. Do you have the logs of fetch, and can you reproduce this with RSTAR_DEBUG=1 set?

from star.

Chaz6 avatar Chaz6 commented on July 26, 2024

Hiya, I deleted the folders and re-ran rstar fetch and I see output like this:-

[2021-01-12T17:20:39] Cloning https://git.tyil.nl/raku/IO::Path::[email protected] to /home/chaz/git/github.com_rakudo_star/src/rakudo-star-modules/IO-Path-XDG
fatal: ambiguous argument 'v0.2.0': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
fatal: ambiguous argument '': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'

from star.

Tyil avatar Tyil commented on July 26, 2024

I just pulled master on my laptop, ran the rstar clean -s; rstar fetch and can't reproduce this. I cannot reproduce this on my desktop at home either.

from star.

Chaz6 avatar Chaz6 commented on July 26, 2024

I get this every time; is there any way to debug this further?

from star.

Tyil avatar Tyil commented on July 26, 2024

You can try to give more information about your system, and try to git clone the repositories in question manually.

from star.

Tyil avatar Tyil commented on July 26, 2024

fwiw, I just set up a new Debian (10) server, for use with the Raku bots, and I was not able to reproduce this again, using the latest master.

from star.

Chaz6 avatar Chaz6 commented on July 26, 2024

Thanks, I will gather some more information and provide an update later today. The host system is CentOS 7 running a recent git version. Is there any way to have the tool output the exact commands it runs?

from star.

Tyil avatar Tyil commented on July 26, 2024

A "recent" git means wildly different things depending on your situation, please try to be explicit in all cases.
The git commands aren't exactly shown, but that can be added. For now, continue with the knowledge that it runs

git init
git remote add origin $url
git fetch origin -a
git reset --hard $branch

from star.

AntonOks avatar AntonOks commented on July 26, 2024

should be solved by 2fe3fcd

from star.

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.