1. 程式人生 > >eclipse 下使用git clone

eclipse 下使用git clone

軟件 安裝 輸入 網址 文件路徑 eve https hub justin

方法一: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