bitbucket can't pull/push from repository
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 git@bitbucket.org:marel/tshirtmafia.git (fetch) origin git@bitbucket.org:marel/tshirtmafia.git (push) Any suggestions how to fix this ? Please let me