-
Notifications
You must be signed in to change notification settings - Fork 299
installation issue #9
Comments
If you follow the README and make sure your Go installation has been configured properly, everything works. Is this Kali or what? |
Can you provide the version of Go you're using and what OS? |
|
I think there's a difference between the go-bindata version that has been packaged for Ubuntu and the one I'm using directly from github ... use the README instructions to install it. |
your instructions got some errors to me :
when i run again [INFO] --> Exporting github.com/ugorji/go No ERRORS .
|
There's definitely something very wrong going on with your Go environment,
you can verify yourself that those repositories indeed exist :)
Il giorno lun 10 lug 2017 alle 13:34 Mehran <notifications@github.com> ha
scritto:
… your instructions got some errors to me :
[INFO] --> Fetching gopkg.in/yaml.v2
[WARN] Unable to checkout github.com/elazarl/go-bindata-assetfs
[ERROR] Update failed for github.com/elazarl/go-bindata-assetfs: Unable to get repository
[WARN] Unable to checkout github.com/miekg/dns
[ERROR] Update failed for github.com/miekg/dns: Unable to get repository
[WARN] Unable to checkout github.com/gin-gonic/gin
[ERROR] Update failed for github.com/gin-gonic/gin: Unable to get repository
[WARN] Unable to checkout github.com/olekukonko/tablewriter
[ERROR] Update failed for github.com/olekukonko/tablewriter: Unable to get repository
[WARN] Unable to checkout github.com/evilsocket/brutemachine
[ERROR] Update failed for github.com/evilsocket/brutemachine: Unable to get repository
[ERROR] Failed to install: Unable to get repository
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAFTimbfgebfJkkJ2Ug3lk0hVqIHW0Bqks5sMgxhgaJpZM4OSrHE>
.
|
First i had some problem to installing
glide
andgo-bindata
, i think you should addapt-get install go-bindata
on dependencies .and
Helped to fix glide issue ,
and now
The text was updated successfully, but these errors were encountered: