Sbt: java.io.IOException: Cannot run program "git"

Viewed 779

Git path is properly set in IntelliJ settings. And intelliJ is able to use git just fine. However, importing a SBT project fails with the error:

java.io.IOException: Cannot run program "git"
1 Answers
Related