Hey everyone,
I set up source control for my team on GitHub, but when my team cloned the repository, they got an error that said “ProjectOrphanage could not be compiled. Try rebuilding from the source manually.” I noticed the repository was ignoring the .sln, so I removed that from the ignore list and committed to master. When I tried downloading it, the .sln appeared, but it was completely empty, and I couldn’t open the project. It said “The following modules are missing: ProjectOrphanage. Would you like to rebuild them?”
I’m not really sure what to do. GIthub is very new to me.