I am trying to clone a project in my local from bit bucket .But I am facing this fatal error export fatal: unable to access 'some bit bucket url': Couldn't resolve host 'bitbucket.org'
I have also tried to use this command
$ git config --global --unset https.proxy
and referred to These Url but still no luck.
Can some some please help me to resolve this issue