Hi have git installation on Solaris 5.8
I am trying to commit the changed file using ‘git add’ but the command is failing as below:
[@DJ-A956610 .../test_git] pwd
/export/home/mike/test_git
[@DJ-A956610 .../test_git] git status .
# On branch master
#
# Initial commit
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# Temp.txt
nothing added to commit but untracked files present (use "git add" to track)
[@DJ-A956610 .../test_git] git add Temp.txt
ld.so.1: git: fatal: relocation error: file /opt/csw/bin/git: symbol deflateBound: referenced symbol not found
Killed
Don’t know why I am getting this error.
Any leads to resolve will help me a lot!
1