gitpod icon indicating copy to clipboard operation
gitpod copied to clipboard

local caching server for git when the actual server is on the other side of a (possibly slow) WAN link

Results 3 gitpod issues
Sort by recently updated
recently updated
newest added

strace seems to suggest that this version of Git no longer tries to invoke `git-upload-pack`: ``` [pid 8008] execve("/usr/bin/git", ["/usr/bin/git", "upload-pack", "--strict", "--timeout=0", "."], [/* 21 vars */]) = 0...

When I tried to clone a repository cached by the gp user, I got an issue with the "ssh://" syntax: While `git clone gp@hostname:reponame` worked perfectly, the alternative commande `git...