There have been some discussions around whether GitHub Enterprise supports shallow clones or not, e.g. here or here. A shallow Git clone is created by running something like this:
git clone --depth 1 https://server/user/repo.git
Apparently, GitHub Enterprise does not return from this command, it stalls indefinitely.
Is this an official bug on GitHub Enterprise? If so, can someone point me to a reference for this bug? Has there been an official statement from GitHub on this?
Are there versions of GitHub Enterprise that support shallow cloning without stalling?