Team, While I tried to push the code to the git, I am getting the following strange error. I could not get rid of this.
error: cannot spawnerror: cannot spawn sh: No such file or directory
fatal: unable to fork
I tried doing the following and got the same above error:
git push origin master // Tried pushing to the branch
git checkout -b vettal // Tried creating a new branch and then push
git push origin master -f
git push origin master --force
Neither of the above commands worked
Do anyone have a solution for this?