When we try to access git repository code base, checkout to local desktop or when we do git pull to update code base, We might face above error.
Solution:
bash-4.1# git config --global http.sslVerify false
When we try to access git repository code base, checkout to local desktop or when we do git pull to update code base, We might face above error.
Solution:
bash-4.1# git config --global http.sslVerify false
0 comments :
Post a Comment