Programming/Java
Initiate git on Eclipse
hannahchun
2022. 8. 21. 13:40
Clone the remote git to the local git
Move to the git directory
We will have multiple projects here.
Clone Remote git repository
As we are cloning the remote repository with the complete answer, we do not need to initiate gradle now.
Eclipse > File > Open Projects from File System
Move modified File to Stated Changes > Enter Commit Message > Commit > Commit and Push
Login page appears 3 times. Enter your username and personal access token.
When generating personal access token, do not forget to select scope - repository!
Simplying this process is recommended.
Commit result.