can't pull mercurial repo from bitbucketWhere should I store my mercurial repo on linux?How do I prevent a...
How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?
Mixing PEX brands
Is there an injective, monotonically increasing, strictly concave function from the reals, to the reals?
How do I delete all blank lines in a buffer?
Strong empirical falsification of quantum mechanics based on vacuum energy density
How can "mimic phobia" be cured or prevented?
Mimic lecturing on blackboard, facing audience
Is aluminum electrical wire used on aircraft?
Is there a RAID 0 Equivalent for RAM?
Multiplicative persistence
What happens to a creature that changes size inside of Otiluke's Resilient Sphere?
On a tidally locked planet, would time be quantized?
Add big quotation marks inside my colorbox
Do the primes contain an infinite almost arithmetic progression?
What if a revenant (monster) gains fire resistance?
Quoting Keynes in a lecture
Is this toilet slogan correct usage of the English language?
What is Cash Advance APR?
Does malloc reserve more space while allocating memory?
Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?
Plot of a tornado-shaped surface
Can a College of Swords bard use a Blade Flourish option on an opportunity attack provoked by their own Dissonant Whispers spell?
What should you do if you miss a job interview (deliberately)?
Hero deduces identity of a killer
can't pull mercurial repo from bitbucket
Where should I store my mercurial repo on linux?How do I prevent a “No supported authentication methods available” error when using TortoiseHg?Using the IdentityFile directive in ssh_config when AgentForwarding is in useHow to use Git Extensions with BitBucket/Mercurial repository?Bitbucket SSH and iptablesFile is corrupted when pusing to Git repo on BitBucketAccess rules of bitbucketHow to trigger pull request merge in Bitbucket from JenkinsHow to transfer everything from GitBucket to BitBucket?project_name and project_key in Bitbucket Server
I am trying to pull a mercurial repo that is hosted on Bitbucket:
$ hg pull
pulling from ssh://hg@bitbucket.org/groupname/reponame
remote: ssh: Could not resolve hostname bitbucket.org: Name or service not known
abort: no suitable response from remote hg!
In the hgrc file I have
default = ssh://hg@bitbucket.org/groupname/reponame
I don't know what the problem is as I have successfully cloned and pulled this repo on this machine using ssh before, and I currently can pull it with ssh just fine on my work machine (the problem is on my home machine).
I am pretty sure that all of my ssh keys are set up correctly, but I could be overlooking something.
I'm on Xubuntu 18.10.
ssh mercurial bitbucket.org
add a comment |
I am trying to pull a mercurial repo that is hosted on Bitbucket:
$ hg pull
pulling from ssh://hg@bitbucket.org/groupname/reponame
remote: ssh: Could not resolve hostname bitbucket.org: Name or service not known
abort: no suitable response from remote hg!
In the hgrc file I have
default = ssh://hg@bitbucket.org/groupname/reponame
I don't know what the problem is as I have successfully cloned and pulled this repo on this machine using ssh before, and I currently can pull it with ssh just fine on my work machine (the problem is on my home machine).
I am pretty sure that all of my ssh keys are set up correctly, but I could be overlooking something.
I'm on Xubuntu 18.10.
ssh mercurial bitbucket.org
What happens if you ping bitbucket.org?
– JakeGould
3 mins ago
add a comment |
I am trying to pull a mercurial repo that is hosted on Bitbucket:
$ hg pull
pulling from ssh://hg@bitbucket.org/groupname/reponame
remote: ssh: Could not resolve hostname bitbucket.org: Name or service not known
abort: no suitable response from remote hg!
In the hgrc file I have
default = ssh://hg@bitbucket.org/groupname/reponame
I don't know what the problem is as I have successfully cloned and pulled this repo on this machine using ssh before, and I currently can pull it with ssh just fine on my work machine (the problem is on my home machine).
I am pretty sure that all of my ssh keys are set up correctly, but I could be overlooking something.
I'm on Xubuntu 18.10.
ssh mercurial bitbucket.org
I am trying to pull a mercurial repo that is hosted on Bitbucket:
$ hg pull
pulling from ssh://hg@bitbucket.org/groupname/reponame
remote: ssh: Could not resolve hostname bitbucket.org: Name or service not known
abort: no suitable response from remote hg!
In the hgrc file I have
default = ssh://hg@bitbucket.org/groupname/reponame
I don't know what the problem is as I have successfully cloned and pulled this repo on this machine using ssh before, and I currently can pull it with ssh just fine on my work machine (the problem is on my home machine).
I am pretty sure that all of my ssh keys are set up correctly, but I could be overlooking something.
I'm on Xubuntu 18.10.
ssh mercurial bitbucket.org
ssh mercurial bitbucket.org
asked 9 mins ago
teerav42teerav42
83
83
What happens if you ping bitbucket.org?
– JakeGould
3 mins ago
add a comment |
What happens if you ping bitbucket.org?
– JakeGould
3 mins ago
What happens if you ping bitbucket.org?
– JakeGould
3 mins ago
What happens if you ping bitbucket.org?
– JakeGould
3 mins ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1416516%2fcant-pull-mercurial-repo-from-bitbucket%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1416516%2fcant-pull-mercurial-repo-from-bitbucket%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
What happens if you ping bitbucket.org?
– JakeGould
3 mins ago