Note that there are some explanatory texts on larger screens.

plurals
  1. POImpossible to checkout Git code for Windows 8 via TortoiseGit or msysGit. Works fine with Ubuntu Git. "Submodules error"
    primarykey
    data
    text
    <p>My Setup:</p> <p><strong>OS:</strong> Windows 8 x64</p> <p><strong>I use these VCS:</strong> msysgit <a href="https://msysgit.github.io/" rel="nofollow">https://msysgit.github.io/</a></p> <p>and TortoiseGit: <a href="https://tortoisegit.org/" rel="nofollow">https://tortoisegit.org/</a></p> <p><strong>Server:</strong> Zend Server (LAMP) for Windows</p> <p>So Git Checked-out around 60 MiB, the rest was Vendors stuff. So it just stuck. And did not checked out whole 300 MB</p> <p>Erorr reported by "msysgit" (Windows Git+):</p> <pre><code>"C:\Program Files (x86)\Git\bin\git.exe" clone -v --recurse-submodules --progress "ssh://user@git.website.com:12345/REPOName" "C:/&lt;...&gt;/SiteName/REPOName" Cloning into 'C:/...&gt;/SiteName/REPOName'... FATAL ERROR: Network error: Software caused connection abort remote: Total 21679 (delta 13490), reused 21627 (delta 13490)[K No submodule mapping found in .gitmodules for path 'main/src/vendor/assetic' Done 'main/src/vendor/assetic' Done </code></pre> <p>It is checking out OK all 300 MiB on Ubuntu 12 Server Edition with Git installed (apt-git)</p> <p>But on Windows it stucks at 60 MiB with both <strong>TortoiseGit</strong> and <strong>msysgit</strong>. Is there is any way how I can skip 'submodules' to checkout, or to fix this issue. Maybe I should add submodules to .gitignore?</p> <h1><strong><em>UPDATE:</em></strong></h1> <p>So there is no <strong>&lt;..>/ProjectName/REPOName/.gitmodules</strong> file, but there is a <strong>&lt;..>/ProjectName/REPOName/.git/config</strong> file.</p> <p>The content of .git/config is this (ant it works for Ubuntu's Git, but not Windows Git's):</p> <pre><code>[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true hideDotFiles = dotGitOnly [remote "origin"] url = ssh://USER@git.SITENAME.com:12345/REPOName fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master </code></pre> <p>Should I create a blank hidden ".gitmodules" file and should I try to copy-paste the content to that file, or anyone know what the content suppose to be of <strong>.gitmodules</strong>.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    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.
 

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