<div class="gmail_quote">2009/7/21 Todd Zullinger <span dir="ltr"><<a href="mailto:tmz@pobox.com">tmz@pobox.com</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">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></div>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#sharing-development" target="_blank">http://www.kernel.org/pub/software/scm/git/docs/user-manual.html#sharing-development</a><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>
<div class="im"><br>> If not could you give me any hints or pointers as to how to do this.<br><br></div>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></blockquote>
<div>Thanks, I will have a go tomorrow as I have not touched GIT for a few months now and need to jem up again. The let you know what problems I was having if I cannot get it to work.</div>
<div> </div>
<div>IIRC pull over SSH worked but push did not, either that or I could not get SSH to work at all with GIT, sorry I cannot remember.</div>
<div> </div>
<div>Thanks again,</div>
<div> </div>
<div>Aaron</div>
<div> </div></div>