Unable to find remote helper for 'https' Error

All,
Can anyone please advise why I am getting this error. I am able to clone the same repo in git package folder.

cookbooks]# git clone https://github.com/learn-chef/learn_chef_httpd.git
Cloning into 'learn_chef_httpd'...
fatal: Unable to find remote helper for 'https'

Thanks,
Krishna S Kesanasetti

That's a git problem, not a Chef problem. That said, it sounds like you have a proxy misconfigured, possibly auto-configured by your local DHCP setups.

Thanks Much For your inputs. I noticed that my system has two different versions of Git. I removed one and it's working fine now.

Thanks,
Krishna Kesanasetti