-
Notifications
You must be signed in to change notification settings - Fork 1k
unable to deduce repository and source type for #1551
Comments
macos? |
I was in fact on macos but I just tried it on Linux with the same error message. |
@rzajac Hi, I'm not sure if it would work because I've never done it myself, but can you try changing as per #411 (comment) and see if it works? |
@darkowlzz Hi, I tried to change Gopkg.toml to:
as you suggested but I still get an error:
I also tried with source set to |
i guess that (private?) bitbucket doesn't implement go-get metadata correctly. unfortunately, that means you're blocked by #860 😢 we really need a whole docs section for dealing with these problems... |
(closing, as this is effectively a dupe of #860) |
I'm trying to use
dep
for the repository which is located on private bitbucket instance. My Gopkg.toml file looks like this:The name is set to string I use in imports and source is where the code actually resides. My
dep
version is v0.3.2-211-g015a7570When I run below command I get this error:
Not really sure what I'm doing wrong?
The text was updated successfully, but these errors were encountered: