This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Workaround for private BitBucket repositories #2073
Closed
Description
I ran into issues with dep and a private bitbucket instance. Dep generated errors along the lines of
unable to deduce repository and source type
I found a similar incident. #1551 (closed and linked to #860) had a comment from Sam ("bitbucket doesn't implement go-get metadata correctly") that led me to a workaround.
We set up a vanity server that returns the expected format for bitbucket repos. After updating our import statements (which was easy because they all pointed to that private instance), Dep's working as expected.
Metadata
Metadata
Assignees
Labels
No labels