0

is it possible to configure PyCharm with Git repositories hosted by services other than Github? Looks like PyCharm allows only to configure Github as a service within it's preferences.

Andrei Stalbe
  • 1,511
  • 6
  • 26
  • 44
  • See this self-answered question about this: http://stackoverflow.com/questions/22348093/pycharm-github-push-failed-fatal-authentication-failed – Trimax Apr 10 '14 at 17:23

1 Answers1

0

What PyCharm are you using?

I use community edition 3.1.1 and it works.

You have to select "Check out from version control -> Git" from the "New Project" menu.

You can then clone a repository using a link that usually looks like "git@[SITE]:[PROJECT].git".

Just checked with codebasehq and it works.

Reut Sharabani
  • 30,449
  • 6
  • 70
  • 88
  • I have the 3.1.2 Pro edition and. It's true that you can clone from a remote repo. But how to add a remote repo to an already existing project? – Andrei Stalbe Apr 10 '14 at 09:00