Reputation: 41
I am able to connect to GIT server from RSA 9.1 using the TFS plugin.However, while accessing the Git repositories, I am getting the following internal error:
An internal error occurred during: "Loading section 'All Repositories'". org/eclipse/egit/core/Activator "
Any idea what am I missing?
Upvotes: 4
Views: 2043
Reputation: 51103
You can get a local clone of the remote repository and then import the repository
Or you can host your remote repository in TFS, then manually configured in EGit. Once this connection is established, you can use the EGit tools to perform basically any Git function, like committing, pushing, and creating new branches. Details refer the 'Integration with Eclipse EGit tools' in this blog.
And you can download egit from here.
Upvotes: 0