简体   繁体   English

将 git 仓库克隆到 pycharm

[英]clone git repository into pycharm

So Im working with the PyCharm IDE on my Mac and try to import this git repository.所以我在我的 Mac 上使用 PyCharm IDE 并尝试导入这个 git 存储库。 The instruction on the website say ( https://github.com/jsfenfen/990-xml-database ):网站上的说明说( 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 git clone 这个仓库 git clone https://github.com/jsfenfen/990-xml-database.git和 $ 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. Git 已经安装,我也有一个 Github 帐户 - 两者的 PyCharm 设置都已完成。 What are all the steps now I need to do in my Terminal or PyCharm?现在我需要在终端或 PyCharm 中执行哪些步骤?

Go to VCS - > Get from Version Control转到 VCS - > 从版本控制中获取

在此处输入图片说明

You will get a screen which looks like this.你会得到一个看起来像这样的屏幕。 Just enter your repository URL.只需输入您的存储库 URL。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM