Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It sounds as if you want be able to push to the repository on a Windows machine, so <code>git daemon</code> and the git protocol won't be enough for you. If you need to be able to push to the repository you're left with these options:</p> <ol> <li>Run an SSH server on your Windows box. There are various guides you can find for doing this with Cygwin, e.g. <a href="http://therightstuff.de/2010/03/28/How-To-Set-Up-A-Git-Server-On-Windows-Using-Cygwin-And-Gitolite.aspx" rel="nofollow noreferrer">this one</a> or <a href="http://www.shannoncornish.com/blog/2009/04/git-server-windows-2008/" rel="nofollow noreferrer">this one</a>. An alternative is to use mSysGit, in which case you could chase the references in this Stack Overflow question: <a href="https://stackoverflow.com/questions/1482824/setup-a-git-server-with-msysgit-on-windows">Setup a Git server with msysgit on Windows</a></li> <li>Use git's "Smart HTTP" protocol - <a href="https://stackoverflow.com/questions/5189128/git-push-windows-to-windows/5193946#5193946">sdorra's answer</a> implies that SCM-manager lets you do this, but I've no experience of that. However, Smart HTTP is essentially just provided by a binary called <code>git-http-backend</code> that you can use over CGI. This binary is distributed in mSysGit, so you could set that up with a web server - for example, there's a tutorial on doing that with Apache <a href="http://www.jeremyskinner.co.uk/2010/07/31/hosting-a-git-server-under-apache-on-windows/" rel="nofollow noreferrer">here</a></li> </ol> <p>Another alternative is to mount your remote computer as a local drive and add it as a remote using the <code>file:</code> protocol.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload