From: Erik V. <eri...@xs...> - 2011-07-20 09:12:47
|
See below for my findings > -----Original Message----- > From: Stefan Frey [mailto:ste...@we...] > > Brett or Erik: > I believe I am doing something wrong or something is not setup correctly, but > I do not get the push working after the commit. > > I did setup a complete new workspace for git, cloned remote, changed , > committed, then pushed to remote. > All steps worked, except the final push. I did the same thing, and it all appears to have worked. I'm not happy with the way Egit reports a successful push: the synchronization view is not updated (unlike Subversive, which cleaned up that view after a commit). Basically I have to conclude success from the absence of error messages; I would have preferred some positive message. > The error message I get is that the push is not permitted. > > My thoughts are: > > I have not setup a specific push-URI, only used the sourceforge link > git://rails.git.sourceforge.net/gitroot/rails/rails Same as I did, except that I had inserted my username, as per the Egit help info (git://ev...@ra.../gitroot/rails/rails). I wonder: could and should I also insert my password? Now I'm asked to type my Sourceforge password *every* time I access remote (Subversive only required it once per Eclipse session). I could not find a place to configure that either. > During the clone the fields for authentication were grayed out. Can't remember. > During the push I never got asked for my user-account or password on > sourceforge. I think I was asked for my password only, as I had included mu username in the URL. > I was not able to locate anywhere in all those Eclipse dialogs where I might be > able to setup my account. The only place I found was in the Push Wizard (Team|Remote|Push), but I haven't used the Custom part of that either. > Could you please provide help? Unfortunately I can't speak the final word on this matter. Let's together try to find what works best. Erik. |