emory-courses / dsa-java

Data Structures and Algorithms in Java
https://emory.gitbook.io/dsa-java/
42 stars 55 forks source link

[QZ0] "Invalid Path to Command Line Tools" and Initial Commit #13

Closed skhardi closed 4 years ago

skhardi commented 4 years ago

After I "Share Project on Github" and create a repository, I receive the following error messages:

errors

The repository exists under my GitHub, but I am not able to initially upload any files to the repository from IntelliJ. Am I misunderstanding that this step is necessary? Will I run into future issues if I just upload files from GitHub?

lujiaying commented 4 years ago

Could you try the "Fix Path" listed under the error log?

skhardi commented 4 years ago

Turns out I only needed to "Enable Version Control Integration..." under VCS dropdown. Thanks though!