-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't re-build git 2.10.0 the same as the official one #965
Comments
The most likely reason for Now, when you initialize a Git for Windows SDK, it updates all of the MSYS2 packages to their current versions. Those versions may very well be different from the ones current at the time any past Git for Windows release was built by me. You can inspect the exact versions in any Git for Windows' installation's Theoretically, it would be possible to ask Pacman to downgrade every package to the version given in The Please also note that after building Git in I am still not quite sure where things go wrong when i would very much welcome if you could trace this further, e.g. by tracing the execution in |
There are 131 packages.
|
(former is those packages only for Git for Windows, not for development.) So, how to find the others which is excluded? ( |
I think that the other packages are either irrelevant (for example, it does not matter which So I guess that you should be able to concoct a script that generates a However, I am fairly certain that all of this is overkill. If you want to find out what changed with regards to |
Yep, I think so. :-D
So, I am going to trace it. (never use gdb) :-) |
;-) FWIW I just added a little bit more information to the page about debugging with gdb: https://github.com/git-for-windows/git/wiki/Debugging-Git#debugging-git-using-the-gnu-debugger-gdb
It is probably something completely unrelated, yes. Nothing to worry about in your context. |
( |
Please try to past text not as image. I cannot quote it nor easily copy-paste it into my own cmd. The error you see ("cannot spawn sh") means that |
What's the status on this? Can we close this ticket? |
@dscho Sorry for the late. I am busy these days. I wish I could dig/debug more. |
Setup
Shift + Right click in
C:\Program Files\Git\cmd
folder, then invoking the Windows Command Prompt.Then,
Win 7 Pro 64 bit
to the issue you're seeing?
TortoiseGit installed
Details
CMD
D:\git-sdk-64
msys2-runtime-2.6.0
Not sure if git is built. So...
build-extra
,MINGW-packages
andMSYS2-packages
under my pathD:\git-sdk-64\usr\src
, so...my git 2.10.0 can clone while the remote URL contains Chinese word(s) as the official one does.
Can't clone
Try msys2-runtime 2.4.1?
The text was updated successfully, but these errors were encountered: