<div class="gmail_quote">2009/7/21 Paul W. Frields <span dir="ltr"><<a href="mailto:stickster@gmail.com">stickster@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div></div>
<div class="h5">On Tue, Jul 21, 2009 at 06:57:58PM +0100, Aaron Gray wrote:<br>> 2009/7/21 Todd Zullinger <<a href="mailto:tmz@pobox.com">tmz@pobox.com</a>><br>><br>>     Aaron Gray wrote:<br>>     > Ah 'the man' Paul, this is good to hear, do you know of a howto for<br>

>     > Fedora + GIT + SSH Pushes as I could not get it to work, even with<br>>     > SELinux in permissive mode.<br>><br>>     There shouldn't be much, if anything, Fedora specific about this, so<br>

>     the git User Manual is probably a good place to start:<br>><br>>     <a href="http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#" target="_blank">http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#</a><br>

>     sharing-development<br>><br>>     (There are a lot of git tutorials on the web, many of which are filled<br>>     with incorrect, outdated, or otherwise useless information. :)<br>><br>>     > If not could you give me any hints or pointers as to how to do this.<br>

><br>>     Assuming you have ssh access to a remote host already, it can be as<br>>     simple as:<br>><br>>     $ gitdir="/path/to/some.git"<br>>     $ ssh remotehost "mkdir -p $gitdir; git --git-dir $gitdir init --bare"<br>

>     $ cd /path/to/local/git-repo<br>>     $ git push ssh://remotehost/path/to/some.git master<br>><br>>     Without knowing just what part of this is giving you trouble, it's<br>>     hard to be more helpful.  Let us know where you are getting stuck and<br>

>     I'm sure we can help get you past the problem(s).<br>><br>> Thanks, I will have a go tomorrow as I have not touched GIT for a few months<br>> now and need to jem up again. The let you know what problems I was having if I<br>

> cannot get it to work.<br>><br>> IIRC pull over SSH worked but push did not, either that or I could not get SSH<br>> to work at all with GIT, sorry I cannot remember.<br><br></div></div>I'm a huge fan of the git community book:<br>

<br><a href="http://book.git-scm.com/" target="_blank">http://book.git-scm.com/</a><br></blockquote>
<div>I got the O'Reilly one but it does not even meantion SSH. I was hopeing it would answer all my questions, but alas.</div>
<div> </div>
<div>Aaron</div>
<div> </div></div>