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? 

0
9 comments

What error do you get? Do you use https:// repository URL?

Any related exceptions in idea.log?

0

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

0
Avatar
Permanently deleted user

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.

 

0

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.

0
Avatar
Permanently deleted user

I test Git executable and also this works for other projects.

 

 

0

See if updating to the latest version from https://git-scm.com/download/win helps.

0
Avatar
Permanently deleted user

I created the Issue and attached the log file there: IDEA-175495

0
Avatar
Permanently deleted user

@ Serge: I updated to latest version, still same issue.

0

Please continue @ YouTrack.

0

Please sign in to leave a comment.