How to create new project from VCS in PyCharm

已回答

With IntelliJ, there's a menu item under File to create a new project from VCS. In PyCharm (Community), I do not see this option. Am I just missing something, or is this really not possible?

1

In PyCharm it is available from [Tools | Get from version control], or from [Tools | Clone] if the current project is already under Git.

0

My bad, it's in VCS menu, not Tools. Sorry about that.

1

You can see in my screenshot that I don't even have a VCS menu. Is that something that's locked behind professional for PyCharm?

0
Since your project is VCS-managed, you have a Git menu, which should have a "Clone..." action, which is doing the same thing.
1

Ahh, yes, I see. Thanks for your help.

0

Thank you for the answer.

0

请先登录再写评论。