Reputation: 4375
So basically I have a server where I have bitbucket git repository set up. I've been using it for months and now out of the blue sky when I try to pull I get the following error:
ssh: Could not resolve hostname bitbucket.org: Name or service not known
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I'm 100% sure I have correctly setup my ssh-keys.
git remote -v
origin [email protected]:marel/tshirtmafia.git (fetch)
origin [email protected]:marel/tshirtmafia.git (push)
Any suggestions how to fix this ? Please let me know if you need anything else.
Upvotes: 46
Views: 108383
Reputation: 1408
It might sound silly, but for me, this issue was happening BECAUSE MY INTERNET WAS OFF. So, please make sure, it is not a problem with your Wifi before you dig into the technical stuff...
Upvotes: 1
Reputation: 8357
In my case, I had AdGuard Windows (installed system-wide) that uses its own DNS server. Disabling AdGuard fixed the problem for me.
Under General Settings > DNS Exclusions, I added bitbucket.org
.
Problem solved.
If you have similar apps, simply add bitbucket.org
to the whitelist.
Upvotes: -1
Reputation: 1816
Today Bitbucket started issuing me an IPv6 address which my Linux system doesn't work great with. I resolved this by forcing an IPv4 connections in ~/.ssh/config
Host example.com
AddressFamily inet # inet=IPv4, inet6=IPv6, any=both
...
Upvotes: -1
Reputation: 1
in my case, port 22 in my network blocked, so change the URl using this :
ssh://[email protected]:443/<account_name>/<repo_name>/
https://support.atlassian.com/bitbucket-cloud/docs/troubleshoot-ssh-issues/
Upvotes: -1
Reputation: 181
Some answers have mentioned editing /etc/hosts
. It didn't work for me, but led me toward the fix.
I was on a brand new WSL/Ubuntu install, and trying to clone my repo. I got the very same error message as OP. Additionally, I would get a similar error when pinging google.com, but I could ping 8.8.8.8 just fine.
Solution: edited /etc/resolv.conf
and replaced the default nameserver with 8.8.8.8.
Upvotes: 6
Reputation: 527
I faced the same problem. I was using Ubuntu over Virtual Machine. Restarting the Virtual Machine solved the problem.
Upvotes: 0
Reputation: 2489
This worked for me. I had added google DNS server details in NetworkPreference.
https://developers.google.com/speed/public-dns/docs/using
Upvotes: 35
Reputation: 7
Only reason behind this is "Network issue" with your machine now verify your internet connectivity and troubleshoot that only not disturb ssh. it might be DNS, it might be IP, so just switching your Ip static, adding DNS or restarting the router may work for you.
Upvotes: -1
Reputation: 443
For linux - restarting the network may help:
sudo service networking restart
Upvotes: -1
Reputation: 1314
As for me, I was getting this problem because the proxy settings on my machine. The minute I disabled the settings, it started to work.
Upvotes: -1
Reputation: 317
I canceled in the middle of git push
and then this started appearing. Doing a git pull && git fetch
made it work again.
Upvotes: 2
Reputation: 794
I had the same problem until I turned off my VPN. I am not sure of the reason though I will be happy if someone explains.
Upvotes: 2
Reputation: 1444
In my case it happened because connection was behind proxi.
From command line sites were inaccessible(no ping). However via browsers bitbucket.org was available.
The solution was:
git config --global http.proxy http://proxi_ip_or_host:80
Upvotes: 0
Reputation: 77
Alright, as I am getting the hang of git, I would like to attempt to provide feedback/cherry pick on the easy stuff. The error "can't pull/push from repository" typically happens if the user you are using does not have rights to push to the desired remote git repository. If you are new, this should be your origin.
Check SSH Agent:
Check Remote: you are here because you are certain that git is installed on your machine, and that your present private key has had it's corresponding public key copied into your online git account. But you may be pushing to the wrong location. First check the branch that you are working on, were you pushing the right branch? Type;
git branch
You should see your branches listed with the present branch highlighted or with an asterisk in front of the name. If you wish to be pushing a different branch, check it out and continue. Then, confirm that you have the right url in origin, type;
git remote -v
Use the given output to confirm that you were pushing to the right remote. If not type;
git remote remove <name>
and follow that with
git remote add <name> <url>
this way when you push your code using
git push <name> <branch>
Everything should be pushed accordingly.
If after checking the above steps, you find that you are still locked out. Note, I assumed that you have a working internet connection. I would obviously setup git from scratch - not the same as reinstalling it, just setup it up and make sure you note the user setting up, and the passphrase that you are using. You should be fine.
Example URL: [email protected]:username/repository_name.git
Upvotes: 1
Reputation: 102448
Guess what... using Visual Studio and Git Gui I got this same message from git: Could not resolve host: bitbucket.org
.
Then I went to bitbucket using Chrome on Mac OS and bitbucket was accessible.
In my case it was the Parallels Windows virtual machine that had no internet connection! :-)
So check your internet connection before anything. It can be a simple "no internet connection" problem.
Upvotes: -1
Reputation: 493
This issue is caused by incorrect git configuration. Open .git folder in root folder of your project and in config file please find the line that starts with
url = [email protected]
Most probably you have specified protocol there and defined url like url = ssh://[email protected]
remove ssh:// and it should do the trick for you.
Upvotes: 37
Reputation: 41
Add following entry in host (including port number 22) on Windows OS
104.192.143.1:22 bitbucket.org
host file is located at C:\Windows\System32\drivers\etc
Upvotes: 4
Reputation: 425
I am using git through Linux Subsystem on Windows 10, and only the answer from @Saviour Dela above, worked for me. Process I followed is as follows:
bitbucket
, by ping bitbucket
from Windows command prompt./etc/hosts
file. Upvotes: 3
Reputation: 147
Add bitbucket.org to your host file
nano /etc/hosts
Add the bitbucket.org to the host file as shown below
104.192.143.1 bitbucket.org
save the file and exit. bitbucket should be resolved.
Upvotes: 11
Reputation: 99
Just in case none of those answers helped, in my case I was using a "ghost" terminal session. The output of "whoami" was showing some unknown user, and the solution was to close and open a new console window.
Upvotes: 0
Reputation: 1
This basically means that you are unable to establish a connection with the bibucket because your network isnt allowing you to do so. Try installing the certificates and then use the "git clone" command to clone your repo. c:-->program files -->git -->usr -->ssl -->cer and install the certificates by clicking on ca-bundle and ca-bundle.trust Worked for me . Let me know how it helps you :-)
Upvotes: -1
Reputation: 756
This seems a lot like the issue I'm facing. In my case the problem was related to IPv6 (for details see: Can't push/pull to bitbucket via SSH when behind VPN. IPv6 issue?). The workaround was to add AddressFamily inet
to my .ssh/config
file under the Host bitbucket
entry, which forces that connection to use IPv4.
Upvotes: 2
Reputation: 11375
As sreekumar said, the idea is to preset the DNS and it is detailed here
Changing DNS server settings on Windows 7
Upvotes: 0
Reputation: 1553
I don't know the exact cause for this issue.First thing to is to ping bitbucket.org. If you are getting response then follow that steps below.
Go to .git folder of you repo, use your favorite editor.open config file and change the url value as shown below.Worked for me.
https://bitbucket.org/<username>/<repo> -> https://<username>@bitbucket.org/<username>/<repo>
Same steps will fix ssh issue also, Just add username.
In the picture is my notes repo , where i save all my notes
Upvotes: 8
Reputation: 8062
The error message suggests a DNS or network issue.
If this is a linux box you could investigate the output of a few networking commands such as ifconfig
, host bitbucket.org
, and follow some guides on troubleshooting DNS issues for your specific environment.
Upvotes: 3