Coder Social home page Coder Social logo

Comments (4)

cameronwp avatar cameronwp commented on July 20, 2024 1

👍

from cpp-grapher.

U007D avatar U007D commented on July 20, 2024

Did you clone using --recursive? You won't have any of the 3rdParty libraries without --recursive. If not, you can use git submodule init && git submodule update to pull in the missing submodules--no need to delete and re-clone. LMK if this resolves the issue.

from cpp-grapher.

cameronwp avatar cameronwp commented on July 20, 2024

I just cloned with --recursive on a different machine. Here's the relevant output:

Cloning into 'Sources/Modules/3rdParty/tinyutf8'...
ssh: Could not resolve hostname github: Name or service not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'github:bradleygibson/tinyutf8.git' into submodule path 'Sources/Modules/3rdParty/tinyutf8' failed

After running submodule update, here's the output:

Cloning into 'Sources/Modules/3rdParty/tinyutf8'...
ssh: Could not resolve hostname github: Name or service not known
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'github:bradleygibson/tinyutf8.git' into submodule path 'Sources/Modules/3rdParty/tinyutf8' failed

Everything else looks fine! As I rarely use submodules, I'm not sure what's going on here. I even see that bradleygibson/tinyutf8 is a valid repo.

from cpp-grapher.

U007D avatar U007D commented on July 20, 2024

Oh--I see the problem--thank you for the error message. I accidentally used an local ssh alias I have defined ("github") in the the submodule name, instead of a proper user and url ("[email protected]").

Fixed in master branch. And I checked the other dependencies too to be sure this was a one-of.

from cpp-grapher.

Related Issues (4)

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.