Monday, 22 December 2014

Git Problem solved

I wanted a kernel to download from git so I install
$zypper install git
It got installed
But at my work there is problem of certificate authentication
So to solve that I  export GIT_SSL_NO_VERIFY=1

This solved the problem half.Still I was not able to solve the problem as there was network connection error. So I went into patch.sh file .I changed git/ to http: or https: and it started to work


Cheers

Thank you

 

No comments:

Post a Comment