egit

EGit - Project subfolder in repository

心不动则不痛 提交于 2019-12-07 20:09:35
问题 I have the following problem with EGit 3.4.2.201412180340-r in Eclipse Luna Service Release 1a (4.4.1), using GitHub (which should be mostly irrelevant): I have a example java project set up that is configured with EGit and is connected to a GitHub Repository. I commited a few example changes to master and pushed them as well. The problem is: My repositories always have a weird kind of file layout: Repository Root > MyProjectName > src > cf > randers > myproject > main > Main.java The most

Unable to Install EGit in Eclipse

拈花ヽ惹草 提交于 2019-12-07 18:28:05
问题 I am trying to install EGit from this tutorial. It says to add the plugin url in Help -> Install New Software. Put In my Case I am not getting the add button on Install New Software dialog (see Image) . My eclipse version is 回答1: I did a parallel Installation of Indigo as @VonC suggested. Indigo already have EGIT :). 来源: https://stackoverflow.com/questions/6502770/unable-to-install-egit-in-eclipse

Adding an extra remote repository in EGit

末鹿安然 提交于 2019-12-07 09:30:15
问题 I have 3 different git repositories: An open source project My own fork of the project on GitHub, which was forked from 1. My local repository, which was cloned from 2. I work on 3., and can push/pull changes to/from 2. However, there are now changes in 1. which I would also like to merge into my own fork. I think what I want to do is pull the changes from 1. into a remote tracking branch in 3., do the merge locally, then push out to 2...... is that sensible? If so, how do I best achieve this

Egit staged after commit?

╄→尐↘猪︶ㄣ 提交于 2019-12-07 08:40:55
问题 I'm using egit for eclipse since today but there is a problem. I commited a file(works perfectly), but after the commit the file is staged to commit again? and with "git status" the file is listed "Changes to be committed:" But without any changes "git diff" has no output. What's the matter? commiting in command line seems to work as intended. Is it a general egit problem ? greetings 回答1: Looks like bug 307560 Basically, there appears to be a situation where EGit or JGit change the file mode

Eclipse, Egit and Symlinks or symbolic links - Is it possible to make a dirty eclipse plugin to fix this?

你。 提交于 2019-12-07 06:05:34
问题 It's been years the problem exists because there isn't a portable way for eclipse or java to detect symlinks. Now symlinks are very, very useful so regardless of the non portable reason, would it be possible from an eclipse plugin to fix this and not have Egit consider symlinks and everything under it to be new files? 回答1: We plan to implement in JGit using Java 7 (though there is no concrete timeline yet, contributions welcome), see [1], there is also a draft for a JNI based native

Configuring Eclipse / EGit to track an upstream repository

萝らか妹 提交于 2019-12-07 03:44:58
问题 I'm using EGit (as provided within the new Eclipse 4.2 Juno release). I have a repository on GitHub which I have forked from another upstream repository. When I create a project in Eclipse from the repository on Github, it correctly sets origin to point to the GitHub repository. But it doesn't yet know anything about the upstream repository (from which I want to merge changes). I can successfully merge from the upstream repository manually (using "Team / Remote / Fetch From... / Custom URI "

Eclipse, Git and Bitbucket - Can't push - Error 401 Unauthorized

こ雲淡風輕ζ 提交于 2019-12-06 23:45:46
问题 I have a problem with Bitbucket and EGit. I created a new repository on BitBucket and also a new project in Eclipse. When I try to push a commit, I get the following error message: Can't connect to any repository: https://bitbucket.org/MyName/MyProject.git (https://bitbucket.org/MyName/MyProject.git: 401 Unauthorized) I also tried https://MyName@bitbucket.org/MyName/MyProject.git but I got the same error. After creating the commit, I pushed by using the command line with git push and it

Can Install EGit: Missing requirement: Git Team Provider Core

若如初见. 提交于 2019-12-06 18:36:48
问题 So I am using Coldfusion Builder with Ecplise. I am trying to get EGit installed in it so I can do Git stuff. The only thing I can ever get installed is EGit 0.11.1 from http://download.ecplise.org/releases/helios/ . When I try to install the latest version from http://download.eclipse.org/egit/updates version 2.3.1.xxx I always get the Missing requirement error: Missing requirement: Git Team Provider Core 2.3.1.201302201838-r (org.eclipse.egit.core 2.3.1.201302201838-r) requires 'bundle org

What does the error “EGit could not detect where Git is installed” mean?

北城以北 提交于 2019-12-06 13:34:45
What does this error mean and how to resolve it? I am new to eclipse and I downloaded eclipse from a ftp from Japan and I don't know if I have downloaded all the necessary files. Have I missed anything? VonC Note that with Eclipse4.2 and EGit2.3, this warning will be more discrete and less "in your face": see bug 391377 . Otherwise, this warning reminds you of setting how the eol (end of lines) should be treated when Egit checkout files on your computer. The goal would be to avoid " The Wall of Pink ". (I prefer setting core.autocrl to false , personally) The OP elle mentions the possibility

importing a project into eclipse using egit

允我心安 提交于 2019-12-06 12:25:09
问题 I am trying to import this project into eclipse using the egit plugin. I have been using this tutorial to learn how. But the problem is figuring out what to enter into the dialog box within eclipse. Neither of the links above provide adequate information about that. I am including a picture of the eclipse dialog box below. Can anyone show me what to put into each input field in the dialog box? 回答1: Here's what you do Right-click Project Explorer and select Import > Import... Select Git