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
When running:
"go build" in lntop I get this message:
go: git.schwanenlied.me/yawning/[email protected]: git fetch -f git://git.schwanenlied.me/yawning/bsaes refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /home/lnd/go/pkg/mod/cache/vcs/7eea7e6da5639dca452594d1b27f1f302ecc350d3818bf7255e110b8cdc8d151: exit status 128:
fatal: unable to look up git.schwanenlied.me (port 9418) (Name or service not known)
Sorry I cannot reproduce the error on my side. go modules and bad dep management make everything hell in go and lnd has a lot of replace directive.
Please try to add`https://github.com/lightningnetwork/lnd/blob/master/go.mod#L79 to the lntop go.mod file and tell me the result
Thank you
When running:
"go build" in lntop I get this message:
go: git.schwanenlied.me/yawning/[email protected]: git fetch -f git://git.schwanenlied.me/yawning/bsaes refs/heads/:refs/heads/ refs/tags/:refs/tags/ in /home/lnd/go/pkg/mod/cache/vcs/7eea7e6da5639dca452594d1b27f1f302ecc350d3818bf7255e110b8cdc8d151: exit status 128:
fatal: unable to look up git.schwanenlied.me (port 9418) (Name or service not known)
Now yawning has a mirror at https://gitlab.com/yawning/bsaes, but how do I use that in "go build"?
The text was updated successfully, but these errors were encountered: