Fix VCS when git is not in PATH#2105
Conversation
finswimmer
left a comment
There was a problem hiding this comment.
Good catch 👍
Thanks a lot!
|
poetry version 1.1.13 |
Please open a new issue if you're experiencing a regression with details and a reproduction. Additionally, Poetry 1.2 is in beta and should not have this issue as we no longer depend on a system Git client -- please test it in your environment if you are able. |
|
I fixed it installing git on the docker file (poerty 1.1) |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This is a regression in
1.0.4, errors out when Git is not in PATH.Fixes: #2108
Fixes: #2107
Pull Request Check List
This is just a reminder about the most common mistakes. Please make sure that you tick all appropriate boxes. But please read our contribution guide at least once, it will save you unnecessary review cycles!
- [ ] Added tests for changed code.- [ ] Updated documentation for changed code.Note: If your Pull Request introduces a new feature or changes the current behavior, it should be based
on the
developbranch. If it's a bug fix or only a documentation update, it should be based on themasterbranch.If you have any questions to any of the points above, just submit and ask! This checklist is here to help you, not to deter you from contributing!
cc @sdispater @finswimmer