Cloning GitHub Repo leaves mostly empty folder?

Answered

 Alright, so I recently got a new machine, and whenever I try to pull from one of my own repos, and open the project, all that shows up in Project View is the README and an External Libraries button, both of which do nothing. From the overhead file location, I can select my src folder, and from there java files, but I can't access any of them 

http://imgur.com/a/ylEX3

This is the screen I get after importing an entire Repo. How do I get the folders and stuff to show up in the Project tab? 

0
2 comments

The project is misconfigured (has no modules or module content roots are not set correctly). You can fix it in the Project Structure dialog by adding a new module and defining the content/source roots for this module.

0
Avatar
Permanently deleted user

Thank you so much! So I had to go to Project Structure, Modules, Import Module, and then build one for my source folder. It works now. Great, thanks so much.

0

Please sign in to leave a comment.