When determining git version or obtaining the git command prefix the classpath separator was used instead of path separator. In Linux this means that instead of trying to execute "/usr/bin/git" tries to run "/usr/bin:git"
Log in to post a comment.