egit

After “Auth failed” dialog, now EGit no longer asking for user name and password

℡╲_俬逩灬. 提交于 2020-01-13 08:18:06
问题 I've been using for a while a small git repository that has been set-up for me and I'm using EGit to commit and push my changes. (it's not github or anything like it, just a repository set in a common git server) However, whenever I was using EGit it would always ask me for my username and password (and my username would already show up, as it was probably saved somewhere, probably in my URI for the push configuration). Then, today, I mistyped my password, and EGit gave me a "Auth Failed"

Egit Refuses to accept id_rsa

懵懂的女人 提交于 2020-01-12 14:34:06
问题 I'm a first time git user trying to setup egit in Eclipse so I can continue to easily code through Eclipse. Problem is, every time I try to clone a repo through egit, it gives me the error "Cannot list available branches. Reason: ssh://git@github.com:22 Passphrase for /Users/elifinkelshteyn/.ssh/id_rsa." This is really strange as I can clone through terminal using that same id_rsa just fine, and I've verified in Eclipse ssh properties that it is trying to use the correct key. What gives? 回答1:

Egit Refuses to accept id_rsa

旧巷老猫 提交于 2020-01-12 14:34:02
问题 I'm a first time git user trying to setup egit in Eclipse so I can continue to easily code through Eclipse. Problem is, every time I try to clone a repo through egit, it gives me the error "Cannot list available branches. Reason: ssh://git@github.com:22 Passphrase for /Users/elifinkelshteyn/.ssh/id_rsa." This is really strange as I can clone through terminal using that same id_rsa just fine, and I've verified in Eclipse ssh properties that it is trying to use the correct key. What gives? 回答1:

'cannot open git-upload-pack' error in Eclipse when cloning or pushing git repository

可紊 提交于 2020-01-09 04:13:40
问题 I am not able to clone or push to a git repository at Bitbucket in Eclipse: It's weird, because a day before I didn't have any problem. I have downloaded the sts 3 times with no luck. This error keeps showing. Also I have installed SourceTree and it says 'This is not a valid source path / URL': If I use git commands to import the project, it works, but I wan't to use EGit for this task, since I am a newbie with git. I don't know if this has to do with it, but in the same directory I have the

Egit hooks do not get triggered

吃可爱长大的小学妹 提交于 2020-01-09 03:49:06
问题 I have a git repo with a pre-commit hook that intentionally fails 100% of the time. cat .git/hooks/pre-commit > exit 1 If I try to commit through the command line, it fails as expected. However, if I commit from egit, the hook is ignored and the changes get committed. Does egit/jgit not recognize hooks yet? Is there a workaround for this? Thanks in advance! 回答1: (Original answer: June 2011) MatrixFrog correctly points out to the bug 299315, which mentions those hooks aren't supported yet. You

Installing git plugin in eclipse

无人久伴 提交于 2020-01-06 18:43:12
问题 I am trying to install eclipse plugin EGit from the update site: http://download.eclipse.org/egit/updates But I am getting the following error, please help me with this. I am using Eclipse Juno on Mac Osx Cannot complete the install because one or more required items could not be found. Software currently installed: SVNKit Client Adapter (Not required) 1.7.9.2 (org.tigris.subversion.clientadapter.svnkit.feature.feature.group 1.7.9.2) Missing requirement: SVNKit pure Java Subversion Library 1

Installing git plugin in eclipse

前提是你 提交于 2020-01-06 18:43:12
问题 I am trying to install eclipse plugin EGit from the update site: http://download.eclipse.org/egit/updates But I am getting the following error, please help me with this. I am using Eclipse Juno on Mac Osx Cannot complete the install because one or more required items could not be found. Software currently installed: SVNKit Client Adapter (Not required) 1.7.9.2 (org.tigris.subversion.clientadapter.svnkit.feature.feature.group 1.7.9.2) Missing requirement: SVNKit pure Java Subversion Library 1

eclipse egit, repository unable to push, pull or fetch, after sharing the project

折月煮酒 提交于 2020-01-04 09:13:44
问题 I shared my project in eclipse, by Right Click -> Team -> Share. In the wizard: Add the URL, user, password. Advanced -> set master remote and local -> Save and Push. Then I tested by making some changes, and push, and it was working. My friend used clone to get the same project. She made some changes, I tried fetch/pull, both of them gives the error: Nothing to fetch. I tried Push, which gives the error: rejected-non fast forward! My Error Log View: eclipse.buildId=4.3.2.M20140221-1700 java

eclipse egit, repository unable to push, pull or fetch, after sharing the project

柔情痞子 提交于 2020-01-04 09:13:27
问题 I shared my project in eclipse, by Right Click -> Team -> Share. In the wizard: Add the URL, user, password. Advanced -> set master remote and local -> Save and Push. Then I tested by making some changes, and push, and it was working. My friend used clone to get the same project. She made some changes, I tried fetch/pull, both of them gives the error: Nothing to fetch. I tried Push, which gives the error: rejected-non fast forward! My Error Log View: eclipse.buildId=4.3.2.M20140221-1700 java

Why is Commit Greyed-out in Eclipse's Egit

*爱你&永不变心* 提交于 2020-01-04 02:52:13
问题 The commit button in EGit has mysteriously been greyed-out. It was working just fine a few days ago. Does anyone know how to fix this. I haven't found any clues on Google. I'd include a screenshot, but I don't have enough reputation points yet. 回答1: I was running into the same problem and finally managed to solve it as follows: Since everything was working before I added the remote host, amd everything worked in my small toy project, I removed and re-added my remote host using gut bash: git