Install Git repetively
Answered
I'm trying to clone a GitHub repository, and it says that I need to download and install Git. So I do that, and after I click clone, the clone is nowhere to be found. There's an icon on the lower right corner that says Git is not installed. I've tried to install Git on IntelliJ for many times, but it still doesn't work.
Please sign in to leave a comment.
Can you check if git is actually installed?
Just execute "git --version" command in command line. What is the output?