git-cache-http-server icon indicating copy to clipboard operation
git-cache-http-server copied to clipboard

A caching Git HTTP server

Results 10 git-cache-http-server issues
Sort by recently updated
recently updated
newest added

I have a dedicated git repo backed by GOGS, which is served behind Nginx proxy and has an url like `https://example.com/git`, so the repo `bar` under user `foo` is named...

bug

Consider this is a enhancement-request. I configured my global config to use the cache, and ran fetch on an existing large repo. Since it's an existing repo, I naively expected...

enhancement

Unknown option: -C usage: git [--version] [--help] [-c name=value] [--exec-path[=]] [--html-path] [--man-path] [--info-path] [-p|--paginate|--no-pager] [--no-replace-objects] [--bare] [--git-dir=] [--work-tree=] [--namespace=] [] WARN: continuing with clone

Avoid having them saved on `.git/config` [by not using `clone` and explicitly passing URLs to `fetch`](https://github.com/blog/1270-easier-builds-and-deployments-using-git-over-https-and-oauth). Note: check it they aren't saved to the `reflog` anyway or, if that's still...

help wanted
good first issue
Hacktoberfest

Cloning a git-lfs repository fails. I used the `.insteadOf` configuration to rewrite URLs, followed by normal `git clone`. The following error is reported (git client-side): ``` Downloading UnityProjects/NewProject/Assets/ETopo.obj (20 MB)...

help wanted
Hacktoberfest

If I'm reading the code correctly, there is an assumption that `git fetch` can only fail if the target directory is missing, i.e. this is first-clone time. However, should fetch...

``` } hostname: 'asmjit' syscall: 'getaddrinfo', code: 'ENOTFOUND', errno: -3008, at processTicksAndRejections (node:internal/process/task_queues:83:21) { at emitErrorCloseNT (node:internal/streams/destroy:122:3) at emitErrorNT (node:internal/streams/destroy:157:8) at TLSSocket.emit (node:events:520:28) at TLSSocket.socketErrorListener (node:_http_client:442:9) Emitted 'error' event on...

Hi, Our team is in a similar setup as this post https://github.com/jonasmalacofilho/git-cache-http-server/issues/5#issuecomment-336875780 We are running our CI using gitlab runner and we need to shave down the time it takes...

Lock the `local` dir with `flock -Fs` for shared read locks and `flock -Fx` when updating This prevents certain failure at concurrency >=5 and succedes past concurrency of 70 Change-Id:...

The first git clone from the client causes the repository to appear on the git-cache-http server, the second time git clone from the client leads to an error on the...