Trying to install git on the Unix and Linux machines based on the instructions on Installing Git blog, and it is failing with the below error
make prefix=/u
this answer worked just fine for me
https://stackoverflow.com/a/3016986/5837509
just do sudo apt-get install libssl-dev
sudo apt-get install libssl-dev