Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I try to install atlantics cms by the composer installation on windows 10 , but the chmod -R 775 command doesn't work for the composer it generate the following error:

php artisan atlantis: key: generate Atlantis key [mCo2B8o6os5mdqyogTpb9a9WaTCpA4CU] set successfully. > chmod -R 775 storage 'chmod' is not recognized as an internal command or external, an executable program or a batch file. Script chmod -R 775 storage handling the post-create-project-cmd event returned with error code 1

screenchot

How do I set files permission manually or by cmd?

Hi. This doesn't seem related to git, as it is a php command that is executed that end up trying to change file permissions. Can you clarify why you think this is git-related? Also, it would be better if you copied and pasted the actual text into your question instead of a screenshot. Lasse V. Karlsen Aug 28, 2018 at 10:41

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .