• Eclipse中导入github上的项目


    Eclipse中导入github上的项目

    转载至: http://blog.csdn.net/hil2000/article/details/8566456

    1.首先在github.com上申请一个账号,比如笔者的账号为puma007
    2.Eclipse需要安装egit插件,在Eclipse中选择help-》Marketplace,在search中输入egit,找到后安装即可

    3.在github上找到你要导入的源码项目,比如笔者以oschina的Android客户端为例,网址:https://github.com/oschina/android-app
    4. 有三种导入方式HTTP、SSHGit 、Read-Only,下面以http方式为例,单击http按钮,右边文本框会出现https://github.com/oschina/android-app.git,复制该信息

    5.从Eclipse中选择File-》import-》Git-》Projects from Git

    6.选择next-》选择URI

    7.选择next,粘贴如下信息(注意填上您在github上申请的账号密码):

    8.选择next,进入分支选择,这里选择的是master

    9.选择next,配置本地项目存放路径

    10.选择next

    11.单击Finish,然后选择Import existing projects,然后再单击Finish即可在Eclipse中看到导入的项目了!

  • 相关阅读:
    DNS服务器详解
    numpy学习
    test_pandas
    1.爬虫基本介绍
    数据分析介绍及软件使用 01
    3.解析库beautifulsoup
    jQuery UI vs EasyUI
    "file:///" file 协议
    Display:Block
    前端响应式设计中@media等的相关运用
  • 原文地址:https://www.cnblogs.com/Renyi-Fan/p/7807072.html
Copyright © 2020-2023  润新知