I'm trying to clone a git-repository from my stash-server via
git clone https://admin@stash-url/path/to/repository.git
Unfortunately this gives me the following error
Cloning into 'repository'...
error: RPC failed; result=35, HTTP code = 0
fatal: The remote end hung up unexpectedly
When I try to clone via http
it works just fine. I've tried finding some information about this, but I wasn't able to find anything useful. Does anybody have an idea, what I might be missing here?
Update: Cloning the repository on my windows machine with SourceTree works fine. That's bizarre, isn't it?