| "push Not permitted" using Egit [message #728605] |
Fri, 23 September 2011 10:26  |
Rahul Messages: 2 Registered: September 2011 |
Junior Member |
|
|
Hi,
I am using Egit eclipse plugin to connect to the remote git repository.
am able to clone the remote repository using "git://<Remote repository location>"
and can imported the project also.
but when i try to push to the remote repository i got a error dialog box with error
Error: An internal Exception occurred during push" push not permitted.
My repository is located at linux server and i am trying to "push" from windows7 machine.
i also wanted to know that with which user credentials "git client" will connect to the linux serve. and where i need to mention these user credentials.
Thanks in advance.
|
|
|
| Re: "push Not permitted" using Egit [message #728618 is a reply to message #728605] |
Fri, 23 September 2011 10:44   |
Manuel Doninger Messages: 119 Registered: October 2010 |
Senior Member |
|
|
The git:// protocol doesn't allow pushing per default (i think i read somewhere, that it can be possible with some modifications on the server). So you have to use either SSH or HTTP and configure the credentials in the Add Remote dialog. You should get the credentials from the server administrator.
[Updated on: Fri, 23 September 2011 10:45] Report message to a moderator
|
|
|
|
|
|
| Re: "push Not permitted" using Egit [message #808131 is a reply to message #807706] |
Mon, 27 February 2012 07:45  |
Matthew Webber Messages: 180 Registered: December 2010 |
Senior Member |
|
|
>> My server offers access with key-files. Do I have to change to ssh also?
Normal gitolite operation *is* with SSH, and the SSH authentication is done with key files, so normally you would not need to change anything.
What's your exact configuration? In the Eclipse Git repositories view, if you drill down the repository in question --> "Remotes" --> "origin" (or whatever), what do you see for the pull and push URIs?
|
|
|
Powered by
FUDForum. Page generated in 0.02469 seconds