0

GITHUB

Below steps i followed,

Git init
git add .
git commit -m "First Commit"
git push origin master

what am I doing wrong to resolve the problem?

James Z
  • 12,209
  • 10
  • 24
  • 44
Tharun
  • 23
  • 5
  • Check this out https://stackoverflow.com/questions/28384464/why-can-i-not-open-my-folder-in-github/33012796 – Bharat Jul 17 '21 at 10:38
  • What have you tried to resolve the problem? Where are you stuck? Is there anything special about that folder in your local file system? – Nico Haase Jul 17 '21 at 16:50
  • That folder contains React project in it. I could not open that folder in the github whereas i can able to open backend folder. Frontend folder has sub folders like src, public etc whereas backend folder doesn't have sub folders in it. – Tharun Jul 18 '21 at 04:01

1 Answers1

0

Go to the frontend folder and get rid of the .git file since you have another.git file in the root folder.

ouflak
  • 2,458
  • 10
  • 44
  • 49