Somebody could say me how can use Eclipse with Git to work with a repository at Assembla? Assembla has a team, where everybody has their username and password. How can I use these information to access to my Assembla repo?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think you need your Assembla login/password to declare an Assembla Git repo in your Eclipse.
Each Assembla project needs its own private/public SSH key (See “Different SSH keys for different projects “), which means you will use those projects like you would with GitHub projects (as illustrated in “Egit Tutorial” and “Eclipse SSH Configuration “).
Except you will use addresses like
git@git.assembla.com:yourspace.git.