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?
请先登录再写评论。
In PyCharm it is available from [Tools | Get from version control], or from [Tools | Clone] if the current project is already under Git.
Not for me:
My bad, it's in VCS menu, not Tools. Sorry about that.
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?
Ahh, yes, I see. Thanks for your help.
Thank you for the answer.