clone git repository into pycharm

18.7k Views Asked by At

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?

1

There are 1 best solutions below

1
Matthew Gaiser On BEST ANSWER

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