In general, the name of a Git repo is the same as the name of project, there will no longer be a folder with the same name inside the repo. This structure is like
It's not what I want. What should I do ?
CodePudding user response:
- Create a repo "com.abc.test" in GitHub
- Clone the repo from GitHub
- Create a Java project "com.abc.test" in local, but do not use the default location. Instead, use the clone's location. Some options will apparently be locked out, but nothing you can't adjust afterward.