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
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
init failed: unable to solve the dependency graph: Solving failure: remote repository at https://gitlab.com/myproject/mysubproject.git does not exist, or is inaccessible: GitLab: The project you were looking for could not be found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
: exit status 128
Details
I am trying to run dep init on a GitLab private project.
There have a been a few issues opened with GitLab before (#1502) however I couldn't find anything that I am doing wrong as per those issues.
The URL of the repo would is something like https://gitlab.com/myproject/mysubproject/myrepo.git and when I go go get gitlab.com/myproject/mysubproject/myrepo.git it works (I am redirecting git to use ssh as well) however with dep I get the issue above.
Given that go get works I had an expectation that dep should probably work too. Is there any way around this issue? I am a little lost on how to proceed.
The text was updated successfully, but these errors were encountered:
Dep was officially deprecated earlier this year, and the proposal to archive this repository was accepted. As such, I'm closing outstanding issues before archiving the repository. For any further comments, please use the proposal thread on the Go issue tracker. Thanks!
What version of
dep
are you using (dep version
)?v0.4.1
What
dep
command did you run?dep init
What did you expect to see?
Init a new dep project
What did you see instead?
Details
I am trying to run
dep init
on a GitLab private project.There have a been a few issues opened with GitLab before (#1502) however I couldn't find anything that I am doing wrong as per those issues.
The URL of the repo would is something like
https://gitlab.com/myproject/mysubproject/myrepo.git
and when I gogo get gitlab.com/myproject/mysubproject/myrepo.git
it works (I am redirecting git to use ssh as well) however with dep I get the issue above.Given that
go get
works I had an expectation that dep should probably work too. Is there any way around this issue? I am a little lost on how to proceed.The text was updated successfully, but these errors were encountered: