-
Notifications
You must be signed in to change notification settings - Fork 536
Closed
Description
I am running into an issue on Windows where attempting to delete a file inside the VCS folder results in an error. The error is currently being ignored, and resulting in the stripping operation to fail silently.
After adding error logging, I am observing the following:
C:\code\Go\src\github.com\alexbrand\test>glide install --strip-vcs
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching updates for github.com/spf13/cobra.
[INFO] Setting references.
[INFO] --> Setting version for github.com/spf13/cobra to 6a8bd97bdb1fc0d08a83459940498ea49d3e8c93.
[INFO] Removing version control data from vendor directory...
[INFO] Removing: vendor\github.com\spf13\cobra\.git
[ERROR] remove vendor\github.com\spf13\cobra\.git\objects\pack\pack-97ef767fc6fcc6f9040ae32b4cecabd76bd1761d.idx: Access is denied.
An Error has occurred
Metadata
Metadata
Assignees
Labels
No labels