0

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

Community
  • 1
  • 1
brk
  • 48,835
  • 10
  • 56
  • 78
  • Can you do a wget or curl of https://bitbucket.org? – VonC Jan 08 '16 at 07:08
  • @VonC sorry I caould not make out anything – brk Jan 08 '16 at 07:30
  • Do you need a proxy, and if yes, did you set it? – VonC Jan 08 '16 at 07:31
  • I am in my office network . So i presume I will need a proxy to set up can you proveide a link to set up this proxy – brk Jan 08 '16 at 07:32
  • @If your office network has internet access, it means it already uses a proxy. Your Sysadmin IT should be able to provide with the url (or you can see it in the parameters of your browser) – VonC Jan 08 '16 at 07:33
  • That has nothing to do with bitbucket. I mean the proxy that you are using to access internet in general. – VonC Jan 08 '16 at 07:35
  • yes I use a proxy ? so is it he way I will set it up using gitbash C:\> set HTTP_PROXY=http://proxy.mycompany:80 C:\> git config --global http.proxy %HTTP_PROXY% – brk Jan 08 '16 at 07:39
  • Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/100120/discussion-between-user2181397-and-vonc). – brk Jan 08 '16 at 07:41
  • No need to set it in git, but you need to set HTTP_PROXY, HTTPS_PROXY and NO_PROXY as I mentioned in http://stackoverflow.com/a/16069911/6309, with your username and password in it. – VonC Jan 08 '16 at 07:47
  • What country are you in? – Erik van Zijst Jan 09 '16 at 05:30

0 Answers0