You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing the same issue with git-bash in my win 11 device. I tried almost all the mentioned fixes here to no avail.
I can't find any bash.exe or ssh-agent.exe processes. I also tried running the post-install.bat and again running it with changing mingw32 to mingw64 then I get an error stating: rebase: Invalid Baseaddress 0x64000000, must be > 0x200000000
This error statement itself is illogical as the 0x200000000 actually crosses the 64 bit address range (easy way to figure out is to count the zeros in it).
After echoing this it goes on to fork bash.exe processes and all fails.
This report does not mention Git for Windows version nor Windows version. Please fill in the missing information. In general, do try to overshare in bug reports, as every additional back and forth makes it more likely that people who want to help lose steam.
I can't find any
bash.exe
orssh-agent.exe
processes. I also tried running thepost-install.bat
and again running it with changingmingw32
tomingw64
then I get an error stating:rebase: Invalid Baseaddress 0x64000000, must be > 0x200000000
This error statement itself is illogical as the 0x200000000 actually crosses the 64 bit address range (easy way to figure out is to count the zeros in it).
After echoing this it goes on to fork bash.exe processes and all fails.
Originally posted by @mhdshameel in #910 (comment)
The text was updated successfully, but these errors were encountered: