diff --git a/bucket/git-with-openssh.json b/bucket/git-with-openssh.json index 1109fc7c46..d28b23dcf3 100644 --- a/bucket/git-with-openssh.json +++ b/bucket/git-with-openssh.json @@ -40,6 +40,7 @@ }, "bin": [ "bin\\sh.exe", + "bin\\git.exe", "git-bash.exe", "usr\\bin\\gpg.exe", "usr\\bin\\gpg-agent.exe", diff --git a/bucket/git.json b/bucket/git.json index 99243f8dfb..a900878f01 100644 --- a/bucket/git.json +++ b/bucket/git.json @@ -40,6 +40,7 @@ }, "bin": [ "bin\\sh.exe", + "bin\\git.exe", "git-bash.exe", "usr\\bin\\gpg.exe", "usr\\bin\\gpg-agent.exe",