Masterminds / glide

Package Management for Golang
https://glide.sh
Other
8.16k stars 539 forks source link

Unable to export dependencies to vendor directory: Unable to export source: exit status 128 #1045

Closed ychdesign closed 2 years ago

ychdesign commented 5 years ago

glide version : 0.13.2 os:windows issues: [ERROR] Export failed for github.com/hashicorp/consul: Unable to export source: exit status 128 [ERROR] Unable to export dependencies to vendor directory: Unable to export source: exit status 128

My project depends on github.com/hashicorp/consul. I use glide install,but occuers err. I found the package has already in the cache file ./glide/cache/src. Only this cont be exported to vender.I tried many times,it failed on windows. however it works ok on macos.I need some information about the err

xexiyong commented 5 years ago

same error occurs in mine

whendream commented 5 years ago

Have you solved this problem now?