Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error: Unable to export dependencies to vendor directory: Error m… #889

Closed
wants to merge 1 commit into from

Conversation

Ticore
Copy link

@Ticore Ticore commented Jul 31, 2017

…oving files: exit status 1. output: Access is denied. 0 dir(s) moved.

…oving files: exit status 1. output: Access is denied. 0 dir(s) moved.
@Ticore
Copy link
Author

Ticore commented Jul 31, 2017

#873

@Vrakfall
Copy link

Solved #873 on my end (Windows 7, no UAC but I use Comodo's HIPS instead and it didn't trigger).
Although it feels like copying many files one by one, dunno the original behaviour.

@grapehunter grapehunter mentioned this pull request Jan 25, 2018
@prdas31
Copy link

prdas31 commented Apr 6, 2018

D:\WS\Go\src\github.com\uber\go-torch>glide install
[INFO]  Downloading dependencies. Please wait...
[INFO]  --> Found desired version locally github.com/fatih/color 42c364ba490082e4815b5222728711b3440603eb!
[INFO]  --> Found desired version locally github.com/jessevdk/go-flags 4e64e4a4e2552194cf594243e23aa9baf3b4297e!
[INFO]  --> Found desired version locally github.com/mattn/go-colorable d228849504861217f796da67fae4f6e347643f15!
[INFO]  --> Found desired version locally github.com/mattn/go-isatty 30a891c33c7cde7b02a981314b4228ec99380cca!
[INFO]  --> Found desired version locally golang.org/x/sys d75a52659825e75fff6158388dddc6a5b04f9ba5!
[INFO]  --> Found desired version locally github.com/davecgh/go-spew 04cdfd42973bb9c8589fd6a731800cf222fde1a9!
[INFO]  --> Found desired version locally github.com/pmezard/go-difflib d8ed2627bdf02c080bf22230dbb337003b7aba2d!
[INFO]  --> Found desired version locally github.com/stretchr/testify 2402e8e7a02fc811447d11f881aa9746cdc57983!
[INFO]  Setting references.
[INFO]  --> Setting version for github.com/jessevdk/go-flags to 4e64e4a4e2552194cf594243e23aa9baf3b4297e.
[INFO]  --> Setting version for github.com/stretchr/testify to 2402e8e7a02fc811447d11f881aa9746cdc57983.
[INFO]  --> Setting version for github.com/davecgh/go-spew to 04cdfd42973bb9c8589fd6a731800cf222fde1a9.
[INFO]  --> Setting version for github.com/pmezard/go-difflib to d8ed2627bdf02c080bf22230dbb337003b7aba2d.
[INFO]  --> Setting version for github.com/mattn/go-isatty to 30a891c33c7cde7b02a981314b4228ec99380cca.
[INFO]  --> Setting version for github.com/fatih/color to 42c364ba490082e4815b5222728711b3440603eb.
[INFO]  --> Setting version for github.com/mattn/go-colorable to d228849504861217f796da67fae4f6e347643f15.
[INFO]  --> Setting version for golang.org/x/sys to d75a52659825e75fff6158388dddc6a5b04f9ba5.
[INFO]  Exporting resolved dependencies...
[INFO]  --> Exporting github.com/fatih/color
[INFO]  --> Exporting github.com/mattn/go-isatty
[INFO]  --> Exporting github.com/mattn/go-colorable
[INFO]  --> Exporting github.com/davecgh/go-spew
[INFO]  --> Exporting github.com/stretchr/testify
[INFO]  --> Exporting github.com/jessevdk/go-flags
[INFO]  --> Exporting github.com/pmezard/go-difflib
[INFO]  --> Exporting golang.org/x/sys
[INFO]  Replacing existing vendor dependencies
[ERROR] Unable to export dependencies to vendor directory: Error moving files: exit status 1. output: Access is denied.
        0 dir(s) moved.

Windows 10, 64 bit

@andrewlader
Copy link

Windows 10 64-bit.

  • 0.13.1 fail
  • 0.12.3 works!!

@prdas31
Copy link

prdas31 commented Apr 7, 2018

@andrewlader

That's great to know!
But from where to install the 0.12.3 version and how?
Thanks.

@wuyanxin
Copy link

@Ticore Ticore closed this by deleting the head repository Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants