The \"src\" folder in one of my repository is grayed out (and is not clickable):
I took
There are two possible reasons to this
git add
git commit -m "commit msg"
git push origin master
Incase if it still doesn't get fixed then, there maybe the problem because of cache. To fix that simple type
git rm --cached
and repeat the above steps again. Your problem should get fixed.