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:
- I created a new repository on GitHub.
- I initialize dthe git on my project.
git add .
git commit -m "comment"
git remote add origin url
git push -u origin master
- username
- password
The "src" folder is showing up on GitHub but cannot be opened. What can I do?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…