Hello everybody,
I'm having some problems to clone my repositories, every time I try, I get the following error:
git clone https://Raquena@bitbucket.org/Raquena/flat_search.git
Cloning into 'flat_search'...
remote: Forbidden
fatal: unable to access 'https://Raquena@bitbucket.org/Raquena/flat_search.git/': The requested URL returned error: 403
It seems it has to do with bitbucket's IP address changes, and I've been checking around how to fix it, but I couldn't really figure it out.
When trying to ping bitbucket, the IP can't be reached, but I don't know if this has anything to do indeed.
Thanks for your help.
Have you tried cloning with SSH? That might fix your issue.
https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.