4
This happens because there is another "repository" . git inside the folder www
.
What you can do is run:
git rm --cached www
Go in the directory www
and delete the folder .git
, go back to previous directory and run:
git add www
To add the folder again, just send it to Github using:
git push origin master
What appears if you click the folder?
– Jéf Bueno
Folder does not open
– William Estrela