You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Errors with https://api.bitbucket.org/1.0/repositories/XXXx/privaterepo: 403 Forbidden
This is because it tries to ping w/o any auth info. This info can be provided via .netrc and/or git. go get doesn't have a problem fetching a private repo though.
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting your issue. Thanks!
go version
)?go1.6.2
go env
)?darwin
If possible, provide a recipe for reproducing the error.
The repo root.
Errors with
https://api.bitbucket.org/1.0/repositories/XXXx/privaterepo: 403 Forbidden
This is because it tries to ping w/o any auth info. This info can be provided via .netrc and/or git.
go get
doesn't have a problem fetching a private repo though.The text was updated successfully, but these errors were encountered: