tools / godep

dependency tool for go
http://godoc.org/github.com/tools/godep
BSD 3-Clause "New" or "Revised" License
5.54k stars 454 forks source link

so many errors!!! #550

Closed weichangdong closed 6 years ago

weichangdong commented 6 years ago


Error: GO15VENDOREXPERIMENT is enabled and the vendor/ directory is not a valid Go workspace.

and
$godep save

godep: dirty working tree (please commit changes): /code/go/src/github.com/astaxie/beego
godep: dirty working tree (please commit changes): /code/go/src/github.com/astaxie/beego/cache
godep: dirty working tree (please commit changes): /code/go/src/github.com/astaxie/beego/cache/memcache
godep: dirty working tree (please commit changes): /code/go/src/github.com/astaxie/beego/cache/redis
godep: dirty working tree (please commit changes): /code/go/src/github.com/astaxie/beego/config```

so many errors,why so many person use it???? use glide is better than godep.
weichangdong commented 6 years ago

rm -rf github.com/astaxie/beego and go get github.com/astaxie/beego will fix this problem.