-
Notifications
You must be signed in to change notification settings - Fork 1k
"safe write of manifest and lock: error while writing out vendor tree: error while exporting"... #365
Comments
Error persists if I blow away by $GOPATH/pkg/dep cache. |
Are you using a case-insensitive filesystem by any chance? The repo at https://github.com/mwitkow/go-grpc-middleware has both a README.MD and README.md file. |
Yeah, I'm on a Mac.
|
@mwitkow, did you mean to checkin two files that differ only by case? |
I guess this isn't really a bug in dep. An error along the lines of "Error running |
Unfortunately, the error we have there is the one that's passed all the way back up from git itself. While we could probably do better with classifying the general type of error (e.g., "this came from |
Starting a fresh project that imports github.com/weaveworks/common/server, I get the following error:
The text was updated successfully, but these errors were encountered: