-
Creating a bare git repository with go-git's PlainClone (e.g. using the following sample) produces a git repo which, when served by upstream git-http-backend, produces an error.
```go
package main…
-
This is following @daxida's point that this repository is less easily recommendable to users of codingame since they may not be aware of the tooling of the language they are using in codingame.
In …
-
I wonder what it would take to support LFS, or if that's too big a lift for the plumbing involved...
Here's my public test case:
`testmono.repos.txt`:
```
https://github.com/hraban/tomono.git …
-
When I import `go-git.v4 v4.13.1` with `k8s.io/client-go@kubernetes-1.16.2`, I get a build failure.
```
$ go run cmd/server/main.go
# gopkg.in/src-d/go-git.v4/plumbing/transport/ssh
../../pkg/mo…
-
The commit of the local branch is behind the remote branch, when pull and report error "non-fast-forward update".
modify go-git/v5/wortree.go , re-pull success.
is go-git forbidden to q…
-
I am deploying my client using Kubernetes and it kept failing with error:
`time="2019-03-20T18:06:40Z" level=fatal msg="authentication required"`
Made modifications based on this [SO](https://stack…
-
I'm not entirely sure what caused this and re-cloning the repo seems to have fixed it but I'll give all the information I can think of
Rust is installed via nix flake on nixos 24.05 (flake is o…
-
Hey,
I can see from https://github.com/src-d/go-git/blob/3daede53835e8572b2957a016f068781db646567/plumbing/transport/http/upload_pack.go#L56 that it applies a set of headers to the request. Would i…
-
The command `git hash-object` is handy when one need to do low level blob creation (example filter-branch), most importantly the `-w` which write the blob in the git local database. Git LFS seems not …
bobot updated
7 years ago
-
During my use of go-git, I noticed that the checkout operation takes a significant amount of time. Even when using reset instead of checkout, it still requires a substantial amount of time. I wonder w…