You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to mirror a Bitbucket repo to GitHub. I added the public key as access key in BB and as deploy key with write permissions in GH. I am running the following command:
The source BB repo is successfully cloned, but when the push command runs there's an error message:
+ git push --prune dest '+refs/remotes/origin/*:refs/heads/*' '+refs/tags/*:refs/tags/*'
ssh: Could not resolve hostname github.com:loremfoobar: Name does not resolve
fatal: Could not read from remote repository.
Any idea what's wrong?
The text was updated successfully, but these errors were encountered:
I am trying to mirror a Bitbucket repo to GitHub. I added the public key as access key in BB and as deploy key with write permissions in GH. I am running the following command:
The source BB repo is successfully cloned, but when the push command runs there's an error message:
Any idea what's wrong?
The text was updated successfully, but these errors were encountered: