Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This may be related to the question <a href="https://stackoverflow.com/questions/1035601/git-cant-clone-repo-on-windows">Git, Can’t clone repo on windows</a></p> <blockquote> <p>The problem is that MSysGit starts PLink in the background, i.e. the terminal is not actually connected to the input of PLink. That means that you simply can't type anything into PLink.</p> <p>You simply have to connect to the server once using PLink or PuTTY, answer Yes and from then on, you won't be asked again.</p> </blockquote> <p>The <a href="http://www.cforcoding.com/2009/09/windows-git-tutorial-cygwin-ssh-and.html" rel="nofollow noreferrer">tutorial</a> from <a href="https://stackoverflow.com/users/18393/cletus">cletus</a> can be helpful as well.</p> <p>A good description of the issue can be found in <a href="http://translate.googleusercontent.com/translate_c?hl=en&amp;sl=es&amp;u=http://agilizar.es/blog/26/01/2009/hudson-en-windows-y-como-servicio-y-cvs/&amp;prev=/search%3Fq%3DHudson%2BGit%2B%2522The%2Bserver%2527s%2Bhost%2Bkey%2Bis%2Bnot%2Bcached%2Bin%2Bthe%2Bregistry%2522%26hl%3Dfr%26client%3Dfirefox-a%26hs%3DxC8%26sa%3DG%26rls%3Dorg.mozilla:en-US:official%26channel%3Ds&amp;rurl=translate.google.fr&amp;usg=ALkJrhik-EsKEY74CMbLAXEvvcLxd4CYYQ" rel="nofollow noreferrer">this blog entry</a></p> <blockquote> <p>the problem is that <strong>Hudson is a service and runs under the user "Local Service Account"</strong>.</p> <p>The next step is to add the trace manually the cache (a file) because I know you can do in Linux.<br> Wrong again, Windows does not have this cache as a file but uses the registry.<br> Searching in the register found an entry for my user (who had previously accessed the repository and added to the cache footprint) where the trace was stored and copied to HKEY_USERS so that users can access it. </p> <p>The entry goes like this:</p> </blockquote> <pre><code>Key Name: HKEY_USERS\.DEFAULT\Software\SimonTatham\PuTTY\SshHostKeys Class Name: NO CLASS Last Write Time: 23.01.2009 - 18:35 Value 0 Name: dss@22:bla_bla.com Type: REG_SZ Data: 0xb477b... </code></pre> <blockquote> <p>From the command line, you can easily add the key as follows:</p> </blockquote> <pre><code>reg add HKEY_USERS\.DEFAULT\Software\SimonTatham\PuTTY\SshHostKeys /v dss@22:bla_bla.com /d 0xb477b... </code></pre> <blockquote> <p>Now Hudson, run as a service, go happily and smoothly to the repository where the code. </p> </blockquote>
    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. 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