mviereck / x11docker

Run GUI applications and desktops in docker and podman containers. Focus on security.
MIT License
5.62k stars 378 forks source link

Why scripts are not executable after git clone? #32

Closed 01e9 closed 6 years ago

01e9 commented 6 years ago

I know git saves the file executable flags (I have some bash scripts in one of my projects)

01e9 commented 6 years ago

Just do

chmod +x x11docker*
git add .
git commit -m 'made scripts executable'
git push
mviereck commented 6 years ago

Thank you!

You gave me the needed push to finally try out the git command. Until now I've uploaded the files directly on the github page. The executeable bit got lost that way. I thought it would be some sort of security feature of github; but maybe it is just not possible to transfer the bit this way.

I just checked, even the provided zip-Download contains executeables now.