Georg
Georg

Reputation: 63

clone git repository into pycharm

So Im working with the PyCharm IDE on my Mac and try to import this git repository. The instruction on the website say (https://github.com/jsfenfen/990-xml-database):

git clone this repository git clone https://github.com/jsfenfen/990-xml-database.git and $ cd 990-xml-database

--> I guess, these instructions are meant for the Terminal. Git is already installed and I also have a Github account - PyCharm settings for both are done. What are all the steps now I need to do in my Terminal or PyCharm?

Upvotes: 4

Views: 26350

Answers (1)

Matthew Gaiser
Matthew Gaiser

Reputation: 4803

Go to VCS - > Get from Version Control

enter image description here

You will get a screen which looks like this. Just enter your repository URL.

enter image description here

Upvotes: 12

Related Questions