Hi everyone,
I’m working on a golang function for the backend of my site, and I’m having issues trying to “go get” my private bitbucket repo to build the function. What is the best way to go about this?
Site name: eloquent-ptolemy-8e1770
I keep getting these errors while trying to build w/ the go mod inside of the site git
3:53:30 PM: package bitbucket.org/TroyKennedy/outofmedia/oomgo: reading https://api.bitbucket.org/2.0/repositories/TroyKennedy/outofmedia?fields=scm: 403 Forbidden
3:53:30 PM: server response: Access denied. You must have write or admin access.
Scott
September 22, 2020, 12:25pm
2
Hey there! I think you’ll want to check this out:
Last reviewed by Netlify Support on December 2022
The link from your repository to our service only authenticates us against the “main” repo that you first configured, and won’t automatically allow access to submodules even if they also belong to you and you’ve granted Netlify access to those repositories.
In case your submodule is public, you can change the URI schema for it to start with https://, and it should work without further adjustment (so, in .gitmodules, change git@github.com… to h…