Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

$ git: 'deps' is not a git command. See 'git --help'. #121

Open
chakpongchung opened this issue Aug 6, 2023 · 8 comments
Open

$ git: 'deps' is not a git command. See 'git --help'. #121

chakpongchung opened this issue Aug 6, 2023 · 8 comments

Comments

@chakpongchung
Copy link

chakpongchung commented Aug 6, 2023

Hi

I am trying to use this project to find the commit dependencies btw two releases in

I ran into the problem as mentioned in the title after installation here:
https://github.com/aspiers/git-deps/blob/master/INSTALL.md

OS env:

$ uname -a

Linux kingstonSSD 5.19.0-46-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 21 15:35:31 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

Any hint?

@chakpongchung chakpongchung changed the title (base) tom:calcite$ git: 'deps' is not a git command. See 'git --help'. $ git: 'deps' is not a git command. See 'git --help'. Aug 6, 2023
@chakpongchung
Copy link
Author

@aspiers ^^ for your attention. Is there any updated doc about it somewhere else?

@aspiers
Copy link
Owner

aspiers commented Aug 6, 2023

How did you perform the install? It can't find git-deps anywhere on your $PATH.

@chakpongchung
Copy link
Author

chakpongchung commented Aug 6, 2023

I tried option 0 and option 1 here: https://github.com/aspiers/git-deps/blob/master/INSTALL.md

My local path:

$ echo $PATH
/home/tom/.local/bin:/home/tom/miniconda3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin

Is there any CI script guarding the steps are working in certain OS env so I can see how to install?

@aspiers
Copy link
Owner

aspiers commented Aug 6, 2023

Is there any CI script guarding the steps are working in certain OS env so I can see how to install?

Not currently, see #119.

@chakpongchung
Copy link
Author

I uploaded my os env which is ubuntu 22.04.2 LTS. Does that play a part? Which option and OS are recommended for a successful installation?

A separate question: what is the high level idea and build blocks in git-deps to detect dependencies btw commits?

@aspiers
Copy link
Owner

aspiers commented Aug 7, 2023

Any OS supporting the right Python and libgit2 versions should work fine.

A separate question: what is the high level idea and build blocks in git-deps to detect dependencies btw commits?

This is explained in the README but if specific bits are not clear then please let me know and I can clarify.

@chakpongchung
Copy link
Author

update: I tried option 2 and option 3. Both of them failed on ubuntu 22.04

@aspiers
Copy link
Owner

aspiers commented Aug 11, 2023

Failed how exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants