Skip to content

Instantly share code, notes, and snippets.

@ilovejs
Created April 30, 2022 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilovejs/5c2d888cc81d27575566241210131574 to your computer and use it in GitHub Desktop.
Save ilovejs/5c2d888cc81d27575566241210131574 to your computer and use it in GitHub Desktop.

https://support.atlassian.com/bitbucket-cloud/docs/troubleshoot-ssh-issues/

  1. add ssh key to bitbucket

  2. checks your SSH agent for an SSH key, and then checks if that private key matches a public key for an acc

ssh -T git@bitbucket.org

  1. debug

    The SSH config file your terminal is reading The IP address is connected to your local machine The SSH keys that load for authentication

ssh -v git@bitbucket.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment