Git integration not working
Hey,
When using pycharm 1.5.2 with git and a repository that requires authentication, there doesn't seem to be anywhere to enter a password... If I start pycharm from the command line I can see it pop up with the 'Password:' prompt there, and can enter my password there, but that seems a little awkward. Is there an easier way to do this?
...Kevin
请先登录再写评论。
Hi Kevin,
You probably use HTTP(S) to connect to your Git repository, don't you?
Unfortunately, HTTP(S) currently is not supported by IDEA: http://youtrack.jetbrains.net/issue/IDEA-55298
Please use SSH.