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

Missing execute permissions from build files (Windows 10) #32

Open
jake-hebert opened this issue May 12, 2020 · 0 comments
Open

Missing execute permissions from build files (Windows 10) #32

jake-hebert opened this issue May 12, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@jake-hebert
Copy link
Contributor

Thinking it might be a Windows 10 specific issue, but after running all of the setup steps in my repo on Windows 10 and deploying to bitbucket, I was getting a an error trying to run production sync:

+ ./build/setup.sh
bash: ./build/setup.sh: Permission denied

Resolved this by running the following git CLI commands, committing, and pushing to master:
git add --chmod=+x -- build/sync.sh
git add --chmod=+x -- build/setup.sh
git add --chmod=+x -- build/schedule.sh
git add --chmod=+x -- build/package.sh
git add --chmod=+x -- build/merge.sh

Not sure if this was an issue for every file, but just figured I would add do it for all to be safe.

@trevoryager-callaway trevoryager-callaway added the good first issue Good for newcomers label Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants