So before this happens my ssh keys has been acting up recently. From the past two days after creating the repo I will need to sometimes change/add ssh keys to my bit bucket account so I can push or pull from our repo. Now that didn't work so i deleted my project in my localhost and just clone a new one. But now it doesn't even let me clone the repo! I'm using Ubuntu-mate for my OS. Please help. Thank you and God Bless.
Hi Jason, welcome to the Community!
First of all, I'd start checking that the SSH key has been set up correctly, you can use this command to see what username is trying to authenticate with your SSH key. This will attempt to create a connection to Bitbucket for Git and tell you which username is using:
ssh -Tv git@bitbucket.org
If you think your SSH is giving you trouble, you could try removing it or add a new one. You can find the instructions at Set up an SSH key.
You said you're trying to clone your repo from Bitbucket Cloud, but it's not letting you. Are you getting any error message? Can you post a screenshot?
Best regards,
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.