I've been using laravel forge for a long time with my bit bucket account. However suddenly I'm getting this error:
I've contacted their customer support and said that this is simply the response they're getting from bitbucket. What can I do to investigate this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for your reply Matt.
Did you add the provided key in BitBucket? As Account' Key or Access Key?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is under the site settings in LF. First blurred part is your user and second is your project
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. I tried the same but it didn't work, I think my case a bit different as I'm trying to install the repository on a new site. Pulling on existing sites working normally using BitBucket option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This was a brand new site - from memory, I had to re-generate my access keys to get everything to work (I left my old ones in to keep old sites still connecting as they have previously done).
What errors are you getting? If any?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This full output provided by Forge:
Cloning into 'site.com'...
Warning: Permanently added the RSA host key for IP address '18.205.93.1' to the list of known hosts.
git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
From the UI I only see: Cloning into 'site.com'...
I'm not sure about the keys part I have tried some combinations sometime as Account' Key in BitBucket and other time as Access Key. (I used the server key suggested by Forge)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you tried updating your server provider config?
For example, I was using Linode and had to create a 2nd version of it to allow new access keys etc...
## EDIT ##
And you are definitely a user on your bitbucket project repo? - pointing out the obvious I know!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, the user has proper access and I tried to refresh the token few times also, unliked the user and attached another user with role Admin. The same thing.
I did a workaround now, and it worked. I have imported the repository to GitHub and installed the site via GitHub then I updated the GIT remote using custom to the BitBucket repository again.
Thanks for your suggestions Matt.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same problem here. Used it for a year without hassle. And now that I urgently need to redeploy it doesn't longer work. Nevertheless the SSH key in general settings, is correct... :s
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I used the whole git ssh string from bitbucket in the custom option and it installed in forge with composer dependancies.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem. Did anybody solve it? Please, help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
when I try to add the ssh key from forge to bitbucket, it claims that someone else is already using it:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you solve this issue? I'm suddenly having problems with Forge and Bitbucket communicating too
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.