Check out from AWS Git Fails, but works using command line
Answered
I tried checking out using command line and it works fine. But when I try to check out using Git from IntelliJ, it fails. Doesn't even ask me for username and password.
I tried the Git URL in browser and I was asked username and pass. Am I missing some configuration here?
Please sign in to leave a comment.
What error do you get? Do you use https:// repository URL?
Any related exceptions in idea.log?
Check IDEA.log for possible errors.
Since you do not receive password prompts, there might be problems starting git or password prompt handler IDE uses.
Or you could submit a bug report with logs attached at https://youtrack.jetbrains.com/issues/IDEA
I am seeing 'Failed to start git process' and then 'Repository test failed'. I have another project and its working fine. I do not see any issues with Git for other project. Is there any config that I missed or changed?
I will also submit a bug report.
Make sure git.exe path is specified correctly:
What is the exact git version you are using?
The log may have the command that fails with more details.
I test Git executable and also this works for other projects.
See if updating to the latest version from https://git-scm.com/download/win helps.
I created the Issue and attached the log file there: IDEA-175495
@ Serge: I updated to latest version, still same issue.
Please continue @ YouTrack.