eclipse 下使用git clone
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse 下使用git clone相关的知识,希望对你有一定的参考价值。
方法一:eclipse安装好git插件后,直接import-git-project from git- clone url-输入github的网址等就可以了
方法二:使用git软件,到指定的目录,右击git bash here,git clone 加带有网址的文件.git,如(git clone https://github.com/justinmeister/Mario-Level-1.git)。下载到本地之后,利用file-open project from file system 根据上一部下载下来的文件路径进行导入。
以上是关于eclipse 下使用git clone的主要内容,如果未能解决你的问题,请参考以下文章