Fatal: git was built without git support -add - interactive (NO_PERL = 1)
When I do "git add -i" It throws this error:
fatal: git was built without support for git -add - interactive (NO_PERL = 1)
I desperately need help!
+3
mj-programmer
source
to share
1 answer
Thanks guys for your comments. I fixed it by uninstalling git and installing it "apt-get install git".
The problem was that VM Bitnami-LAMP came with pre-built git, which I guess was not built with PERL. I checked my PERL version and everything is fine. Anyway, all is well.
0
mj-programmer
source
to share