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:
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 10:32] by Moderator