-
Notifications
You must be signed in to change notification settings - Fork 49
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
Comments
@aspiers ^^ for your attention. Is there any updated doc about it somewhere else? |
How did you perform the install? It can't find |
I tried option 0 and option 1 here: https://github.com/aspiers/git-deps/blob/master/INSTALL.md My local path:
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. |
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? |
Any OS supporting the right Python and libgit2 versions should work fine.
This is explained in the README but if specific bits are not clear then please let me know and I can clarify. |
update: I tried option 2 and option 3. Both of them failed on ubuntu 22.04 |
Failed how exactly? |
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:
Any hint?
The text was updated successfully, but these errors were encountered: