Manuel Teira escribió:
Steve Huston escribió:
Hi folks,

All those wishing to help with the Windows work... The git repo
qpid-port at git://github.com/shuston/qpid-port.git has a new
"windows" branch. Currently on the head of that branch is the changes
and additions I posted to jira 1105. See that issue for complete
details.

I'm not a git wiz, but if you know what to do to access that
repo/branch, go for it - all help is welcome. Please bring questions,
discussions, etc. to this list.

Manuel, if you want to branch for your work on that repo, please do so
- it would make it easier to merge with the Solaris things later.


Well,  I've tried. Just cloned the repository (no windows branch
available though). Then, I branched 'solaris', and patched on the svn
diff result on my head copy of qpid main repository.
Then, I committed, but now, I'm not able to push the changes remotely.
I'm starting to thing that the only one that can do that is the
repository owner...

This is everything I get:

bash-3.00$ git push origin solaris
fatal: The remote end hung up unexpectedly

I was not able to get more information from the git process. It seems
that it's trying to connect, but  ...
Looks like the git:// is only for pulling and I need ssh to push
changes? Am I allowed to push to a repository owned by other people? How
did you commited your work?
My last try:
* Redirecting github.com:22 to local 9022 to escape the firewall.
* Using this .ssh/config:

Host localhost
User mteira #My user in github IdentityFile [/export/home/devel/.ssh/id_rsa] #Private counterpart of the github registered key

* Now, trying:

git push ssh://localhost:9022/shuston/qpid-port.git solaris
Permission denied (publickey).
fatal: The remote end hung up unexpectedly

Perhaps users need to be added to a repository to allow pushing?
Or am I doing something wrong?

Regards.
--
Manuel.





Thanks and regards.

--
Manuel.



Thanks!
-Steve







Reply via email to