Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] github authorization

Markus,

I push local repo with that command:

git push ssh://git.eclipse.org/c/ecf/org.eclipse.ecf.git

and get this result:

 
ssh: connect to host git.eclipse.org port 22: Bad file number
fatal: The remote end hung up unexpectedly

 I have configured git with my eclipse use name (eclipse bug name)

Any idea?
Thanks
--
Pierre




2011/3/10 Markus Alexander Kuppe <ecf-dev_eclipse.org@lemmster.de>
On 03/10/2011 12:41 PM, Pierre Henry Perret wrote:
> I cant push my git repo to github.
> That seems to be an authorization problem.

You cannot push to https://... You will have to use ssh://... instead.

Markus
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev


Back to the top