Hey All,
I’m having the same problem as well. I was using source control from a machine and successfully syncing to my git repo online.
when i went to my other machine and cloned the repo down into my projects folder all the files made it in there. but now i get this same problem.
i’ve tried git init and recloning it several times as well as completely removing it and and recloning it again.
im not sure what else to try and googling hasn’t brought anything up. is there something im missing?
i think you are supposed to
- install git
- add a repository to the projects folder
- clone the repo down to that folder
- git init in that folder to reinitialize it
- open the project and connect it to source control
whats the dealio?
any help would be greatly appreciated.