In order to import the Java project in following Github repository : (
CodePudding user response:
By "this directory" it is probably referring to the location of the cloned repository.
The cloned repository is the local copy of the repository that you have on your machine.
The simplest method is to press the "Code ▼ > Download zip" button, and extract the zip file. This method will not necessarily work for all projects.
You can alternatively install Git, and run git clone https://github.com/drewhannay/paxos.git
in the terminal. This method is better if you actually plan on modifying the project, and you will thank yourself for it later.