Can not delete/rename file in NetBeans after Git init -


i using netbeans , after git init , git add . when try delete/rename/copy file in project recieve warning:

  • git failed copy /var/www/(...) java.io.ioexeprion. acces acces deny
  • git failed move /var/www/(...) java.io.ioexeprion. acces acces deny
  • cannot delete file file_name

what wrong? i'd mentioned in anoder projects problem not exists.

make sure used folders has insufficient privileges. try chmod -r 777 /var/www/your_project folder.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -