brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 193 forks source link

The branches do not inherit the same rights as master #1280

Closed antoine-pous closed 8 years ago

antoine-pous commented 8 years ago

Hi,

i have a strange problem, i have wrote a PHP CLI project and use the master branch for dev/testing. Now i have a stable release who's need minor fixes, and when i try to execute this version of my program i have many permissions errors.

The master branch has the good rights but not the 1.x-stable, i really don't understand how it could append. The files permissions seem good, the project work with root sudo php file.php, but it sucks.

I use PHP7 and Ubuntu 15.x.

Edit: I have fixed the problem with Git + Brackets reinstall