can't build git on windows #4240
-
I'm using WSL to build git and so far it works great but I want to build git on Windows and I'm following this guide ( https://github.com/git-for-windows/git/blob/main/CONTRIBUTING.md ) but after downloading Git for Windows SDK (64-bit) when I try |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
If I remember correctly, the SDK holds all these Also see if it just needs you to checkout |
Beta Was this translation helpful? Give feedback.
-
When you open a Git SDK Bash, it shows this:
And running
So running |
Beta Was this translation helpful? Give feedback.
If I remember correctly, the SDK holds all these
usr/src/
repos as sub-modules which are not automatically populated. You need to fetch/pull/clone the repos as desired/required.Also see if it just needs you to checkout
main
(aside: in the Upstream Git,main
is a symlink tomaster
which is still the primary branch.