Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » pushing to remote repo fails, authenticity error
pushing to remote repo fails, authenticity error [message #865994] Mon, 30 April 2012 17:33 Go to next message
thorsten meier is currently offline thorsten meierFriend
Messages: 7
Registered: April 2012
Junior Member
hi,

what i want/was expecting:
to get my local data into a git repo and share it from there with other clients


the error:
postimage.org/image/kqw4krphf/

why is there no dialog that lets me choose what i want? i just aboards

what i did:
created new project
added a class
right click on project, team -> share
chose git
create...
entered somename
finish
right click on class, team -> add, team -> commit
right click on project, team -> remote -> push
entered my data.

the URI reads:
ssh://SOMEUSER@10.8.1.18:22/labor



ive done a checkout from the console after this:
git clone mygithost:labor


mygithost is defined in ~/.ssh/config
which worked like expected - it asked me if i trust that host.

later on i used mygithost in the eclipse egit dialog and it also worked....maybe egit doesnt support the host authentication question at all?

egit is from eclipse-java-indigo-SR2-linux-gtk.tar.gz



btw the "you can only post links after 25 posts" message is really annoying

[Updated on: Mon, 30 April 2012 17:34]

Report message to a moderator

Re: pushing to remote repo fails, authenticity error [message #866312 is a reply to message #865994] Mon, 30 April 2012 20:55 Go to previous messageGo to next message
Manuel Doninger is currently offline Manuel DoningerFriend
Messages: 119
Registered: October 2010
Senior Member
Maybe this was a bug in that release version.
As i recall, if i connect to an unknown host, i get a dialog with ok, cancel, etc.
Can you try with a nightly build (http://download.eclipse.org/egit/updates-nightly)?
Re: pushing to remote repo fails, authenticity error [message #871203 is a reply to message #866312] Fri, 11 May 2012 12:50 Go to previous message
thorsten meier is currently offline thorsten meierFriend
Messages: 7
Registered: April 2012
Junior Member
its working with:

ssh://host:repo

but not with

ssh://user@host:repo


using a .ssh/config entry on a linux machine solved the problem.
Previous Topic:How to checkout the same projects into diffrent workspaces?
Next Topic:Initializing New GitHub Repository with API
Goto Forum:
  


Current Time: Tue Apr 23 15:02:07 GMT 2024

Powered by FUDForum. Page generated in 0.03110 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top