Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » TMF (Xtext) » [SOLVED] How to push on Gerrit
[SOLVED] How to push on Gerrit [message #1408183] Thu, 14 August 2014 12:55 Go to next message
Stéphane Galland is currently offline Stéphane GallandFriend
Messages: 123
Registered: July 2014
Location: Belfort, France
Senior Member
Hello,

I have a patch to upload for the bug 437689.
I have installed the development environment according to https://wiki.eclipse.org/Xtext/Contributor_Guide and https://wiki.eclipse.org/Gerrit

My Git configuration is:
[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = https://git.eclipse.org/gitroot/tmf/org.eclipse.xtext.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
	remote = origin
	merge = refs/heads/master
[remote "review"]
	url = ssh://sgalland@git.eclipse.org:29418/tmf/org.eclipse.xtext.git
	push = HEAD:refs/for/master


When I try to push with:
git push review


I obtain the error:
ssh: connect to host git.eclipse.org port 29418: Connection refused
fatal: Could not read from remote repository.


Have you some solution?

[Updated on: Thu, 14 August 2014 14:32]

Report message to a moderator

Re: How to push on Gerrit [message #1408212 is a reply to message #1408183] Thu, 14 August 2014 14:03 Go to previous messageGo to next message
Stéphane Galland is currently offline Stéphane GallandFriend
Messages: 123
Registered: July 2014
Location: Belfort, France
Senior Member
Additional remarks:

  • I'm registered on the Eclipse platforms.
  • I have signed the CLA.
  • I have pushed my SSH public key on Gerrit.
  • My local Git user is the same as the sign-off user and the Gerrit account.

Re: How to push on Gerrit [message #1408223 is a reply to message #1408212] Thu, 14 August 2014 14:31 Go to previous message
Stéphane Galland is currently offline Stéphane GallandFriend
Messages: 123
Registered: July 2014
Location: Belfort, France
Senior Member
I moved from the SSH to the HTTPS connection, and it is working fine.
Previous Topic:Implicit imports and and plug-in resources
Next Topic:XTend integration within maven
Goto Forum:
  


Current Time: Thu Apr 18 15:47:03 GMT 2024

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

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

Back to the top