nus-cs2113-AY2021S2 / forum

5 stars 0 forks source link

💡 Fixing permissions for TP #45

Open kwokyto opened 3 years ago

kwokyto commented 3 years ago

The original commands from prof didnt work for me. I did this instead and it works:

git update-index --chmod=+x runtest.sh git commit -m "Update runtest.sh"

jonahtwl commented 3 years ago

Did the same as above and it worked. Thanks!