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.
getSourceManager: cache lock file /home/francisco/go/pkg/dep/sm.lock exists - another process crashed or is still running?
dep init 0,00s user 0,00s system 69% cpu 0,006 total
So I removed $GOPATH/pkg/dep/sm.lock and after running again
dep init 6,25s user 1,22s system 16% cpu 46,238 total
The text was updated successfully, but these errors were encountered:
I've been trying to get my 0.14.0 milestone done before merging in the latest version, just so that we can get off tracking the branch. But that's likely to take another day or two, so I can just roll a PR that brings us to the latest in the meantime.
I run
dep init
in one of my projects and after sometime (it took a long time, #131 (comment)) it generatedlock.json
andmanifest.json
.Then I removed these two files and run again but now using time to measure:
time dep init
And I got this:
Trying to run again, I get this
So I removed
$GOPATH/pkg/dep/sm.lock
and after running againThe text was updated successfully, but these errors were encountered: