I rename the folder, but when I git push the error

Asked

Viewed 48 times

0

I want a help, I am learning LARAVEL,in the section of product registration was giving error, the folder name was wrong, was PRODUCTS and I changed to PRODUCTS until then no problem. But when I went to upload the changes to the repository in BITBUCKET it appears this error.

inserir a descrição da imagem aqui

inserir a descrição da imagem aqui

I tried even the one git pull but it also doesn’t work!

1 answer

2


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

chmod -R 775 /var/www/html/laravel/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.