The "src" folder in one of my repository is grayed out (and is not clickable):
I took the following steps before pushing to the GitHub:
git add .
git commit -m "comment"
git remote add origin url
git push -u origin master
The "src" folder is showing up on GitHub but cannot be opened. What can I do?
I solved the problem by deleting .git folder inside subfolders (Hidden files and folders). You should have only one .git in the root folder.
Git recognized that folder as modified but untracked content
.
There are other solutions for this problem, look this thread: Git - how to track untracked content?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With