In Windows Git Shell, I could use git add -A
.
But when I try to use git add -p
and the error shows as follows:
1 [main] perl 10436 child_info_fork::abort: C:\Users\Username\AppData\Local\GitHub\PortableGit_f02737a78695063deace08e96d5042710d3e32db\usr\bin\msys-perl5_22.dll: Loaded to different address: parent(0xC40000) != child(0xFF0000)
How to solve this problem?