mirror of
https://github.com/FiloSottile/mkcert.git
synced 2026-04-25 05:26:03 +03:00
[GH-ISSUE #170] can't load package: package github.com/FiloSottile/mkcert #107
Labels
No labels
TLS stack issue
Windows
bug
duplicate
duplicate
enhancement
help wanted
help wanted
pull-request
question
question
root store
waiting for info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mkcert#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Jul 4, 2019).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/170
:~/mkcert-1.0.0$ sudo make
GOPATH="/.GOPATH" go install -v github.com/FiloSottile/mkcert
can't load package: package github.com/FiloSottile/mkcert: cannot find package "github.com/FiloSottile/mkcert" in any of:
/usr/lib/go-1.10/src/github.com/FiloSottile/mkcert (from $GOROOT)
/.GOPATH/src/github.com/FiloSottile/mkcert (from $GOPATH)
Makefile:5: recipe for target 'mkcert' failed
make: *** [mkcert] Error 1
@FiloSottile commented on GitHub (Jul 4, 2019):
It looks like you are using an old version of mkcert. The current one is 1.3.0 and does not have a Makefile. Please follow the installation instructions, and open a new issue if there is a problem with the current version.