From: "Emily Ren" <lingyan.ren@gmail.com>
To: git@vger.kernel.org
Subject: Can I use git protocol to push change to remote repo?
Date: Tue, 16 Dec 2008 15:22:17 +0800 [thread overview]
Message-ID: <856bfe0e0812152322i3a7fa376h8a35466b7abf82a5@mail.gmail.com> (raw)
In-Reply-To: <856bfe0e0812152318h1375401fx944834ad6410835d@mail.gmail.com>
Hello,
I can clone a remote repo with git protocol, but I can't push my
branch to origin repo with git protocol. If I use ssh protocol, I can
push sccuessfully. I'm confused, can someone give me a guide on this?
Can I use git protocol to push my branch to remote repo? If yes, how
can I do ? Thank you for your help in advance !
Error info is as below:
$ git push git://host.xz/testgit check_push
fatal: The remote end hung up unexpectedly
error: failed to push to 'git://host.xz/testgit'
Successful info with ssh protocol:
$ git push ssh://host.xz/testgit check_push
user's password:
updating 'refs/heads/check_push'
from 0000000000000000000000000000000000000000
to 60719ede9ef5d5fdc042e7aebcebc04a93d3928a
Generating pack...
Done counting 3 objects.
Deltifying 3 objects...
100% (3/3) done
Writing 3 objects...
100% (3/3) done
Total 3 (delta 0), reused 0 (delta 0)
Thanks,
Emily
next parent reply other threads:[~2008-12-16 7:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <856bfe0e0812152318h1375401fx944834ad6410835d@mail.gmail.com>
2008-12-16 7:22 ` Emily Ren [this message]
2008-12-16 7:38 ` Can I use git protocol to push change to remote repo? Jeff King
2008-12-16 8:48 ` Emily Ren
2008-12-16 8:52 ` Jeff King
2008-12-16 8:59 ` Emily Ren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=856bfe0e0812152322i3a7fa376h8a35466b7abf82a5@mail.gmail.com \
--to=lingyan.ren@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).