-
Notifications
You must be signed in to change notification settings - Fork 0
Importing the Project into Eclipse
conorfennell edited this page Apr 14, 2012
·
4 revisions
- Firstly setup android + maven by following this guide: http://rgladwell.github.com/m2e-android/
- In Eclipse, go to File > Import
- Type "git" and select Projects from Git
- Select URI
- Paste the following into the URI text field: [email protected]:witnessmenow/ShowRSS-Mobile.git
- Select the connection protocol you want (ssh or https)
- If you selected "https" type in your github username and password.
- If you are using "ssh" leave the user as: "git"
- Click next. Select the "master" branch
- Change the destination if you want
- Do not import Existing Project, press cancel
- In Eclipse, go to File > Import
- Type "maven" and select Existing maven projects and navigate to the git repository just downloaded
Exception caught during execution of ls-remote command
- Do you have Git for windows installed? Install it if you don't.
- Open CMD (Windows key + R, type "cmd")
- Paste in the following: git config --global http.sslverify "false"
Folder already contains a project file
- Change to "Import Existing Project"