-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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: change permissions and remove files on rmtree #1694
Conversation
d359215
to
d9e54f5
Compare
I see the issue still persists. I had to follow @sriram-mv instructions manually. I am using sam 0.52.0 and I still see this issue. |
I'm getting the same issue in recent version SAM CLI, version 1.46.0 Windows 11
|
Issue persists on SAM version 1.48.0 |
still issue in 1.53.0 |
Same here. still an issue with
I ran the following command on cmd as administrator with my aws profile as root, but still having the following error. What kind of permission am I missing to configure?:
|
Same issue for me.
|
Facing same issue, gives permission error, even though running commands under admin mode: Cloning from https://github.com/aws/aws-sam-cli-app-templates (process may take a moment) |
Same issue here too. Windows 10, SAM CLI, version 1.53.0
|
Hey @kannan-kiwitech @Tristanwhack @guoliang @RustyLobster @jbrook10 @janivimal @allannvictor, I believe the issue you are seeing is the same as #4031. You have to opt-in to enable LongPath support in Windows: https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=powershell#enable-long-paths-in-windows-10-version-1607-and-later TLDR: Run the following as administrator in Powershell:
|
@hawflau It's worked! Thanks! |
@hawflau - running this command did the trick ! Thank you for sharing this ! |
worked for me too.. thanks! |
@hawflau Thank you it is working with me |
Yes, works! |
fix: change permissions and remove files on rmtree
Why is this change necessary?
.git
files that get downloaded and results in a traceback.How does it address the issue?
What side effects does this change have?
make pr
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.