Giter Club home page Giter Club logo

Comments (4)

cofyc avatar cofyc commented on June 6, 2024

hi,

make: git: Command not found

this means make couldn't find git command to invoke.

But you can run git clone?

What does 'which -a git' show? You can reinstall git to system default bin path, such as /bin/git or /usr/local/bin/git. Or edit 'git' command in Makefile to its absolute path. (first find where you install git)


Yecheng Fu

On Sat, Jun 20, 2015 at 5:58 AM, ebal [email protected] wrote:

I am trying to install dnscrypt-wrapper but every 0.1.15 releases hits on this error:
git submodule update --init argparse
make: git: Command not found
make: *** [argparse/argparse.h] Error 127
but with git clone
everything works fine.
Any idea for 0.1.15 releases ?

Thanks in advance

Reply to this email directly or view it on GitHub:
#41

from dnscrypt-wrapper.

ebal avatar ebal commented on June 6, 2024

All my test are on a clean/fresh centos7 docker image.
I am surely I am missing something ...

here are all my tests: http://ebalaskas.gr/dnscrypt-wrapper.txt

  1. first test: git clone (Submodule 'argparse' is there too)
  2. dnscrypt-wrapper-v0.1.15.tar.bz2 (from github)
  3. v0.1.15.tar.gz (from github)

which git -a

/usr/bin/git

from dnscrypt-wrapper.

cofyc avatar cofyc commented on June 6, 2024

hi, ebal

  1. do not download archive from https://github.com/Cofyc/dnscrypt-wrapper/archive/v.tar.gz, because these files are archived from git source (by github), and dnscrypt-wrapper have a submodule argparse, which will not be archived.
  2. you can git clone or download release archive: https://github.com/Cofyc/dnscrypt-wrapper/releases/download/v0.1.16/dnscrypt-wrapper-v0.1.16.tar.bz2, try v0.1.16 again?

from dnscrypt-wrapper.

ebal avatar ebal commented on June 6, 2024

Worked perfectly !
Thanks for your help.

from dnscrypt-wrapper.

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.