方法一: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 根据上一部下载下来的文件路径进行导入。
相关文章
- 02-08git图形化统计工具 - windows下gitstats的安装和使用
- 02-08使用git clone 报错curl56 errno 10054解决方法
- 02-08Git lfs 使用教程(下载[clone])
- 02-08EventBus消息机制在Eclipse环境下的使用
- 02-08git的使用(3) 多分支情况下的pull
- 02-08Git 使用问题 - win7 git bash下git pull失败
- 02-08在win10下使用git bush运行pip3指令:Permission denied
- 02-08eclipse 下使用git clone
- 02-08怎么在多场景下使用不同的 git 账号 commit
- 02-08Eclipse下如何使用Maven——超详细教程