Rename folder, but when I give git push error

0

I want a help, I'm learning LARAVEL, in the product registration section I was giving error, the folder name was wrong, it was PRODUCTS and I changed to PRODUCTS until then no problem. But when I was uploading the changes to the repository in BITBUCKET it appears that error.

I've tried a git pull but it also does not work!

    
asked by anonymous 22.08.2017 / 03:52

1 answer

2

Try to give permission in linux the folder that you changed, it is unlikely that the error is in git.

chmod -R 775 /var/www/html/laravel/
    
22.08.2017 / 04:18