-
When performing a clean build of our project with GO15VENDOREXPERIMENT=1 we need to run "go install" twice. The first time always fails in cgo-related compile or link steps. The second time always wor…
-
## Describe the bug
Recent `libgit2` is unsupported in the base:
```
make: Entering directory `/opt/x86_64/var/macports/build/_opt_x86_64_var_macports_sources_rsync.macports.org_macports_rele…
-
Any big issues blocking the bump or is it just a case of "allow newer version" as in the past?
darix updated
2 years ago
-
I am using Go v1.6.2 on Windows 10.
I tried to build the git2go package in MinGW-w64 using `go build` but it fails.
When I run `go build -x`, I get the following:
```
CGO_LDFLAGS="-g" "-O2" "-LC:/Pro…
-
I first tried following the first set of instructions at https://github.com/gogits/gogs/wiki/Install-from-source:
```
# Download main program and dependencies
$ go get -u -d github.com/gogits/gogs
#…
-
Reported here: https://github.com/fluxcd/flux2/discussions/2219
Having an automation that should reconcile every 7 minutes:
```
apiVersion: image.toolkit.fluxcd.io/v1beta1
kind: ImageUpdateAut…
-
Thank you to @emilwangaa for reporting this.
This is due to [libgit2/git2go#64](https://github.com/go-git/go-git/issues/64)
There's already been one attempt to fix this by switching to [git2go](…
-
When trying out the EXPERIMENTAL_GIT_TRANSPORT we are seeing a crash loop. "panic: invalid pointer handle: loop" when pulling from github.
Have tried the experimental image from https://github.com…
-
[Version v0.22](https://github.com/fluxcd/source-controller/blob/main/CHANGELOG.md#experimental-managed-transport-for-libgit2-git-implementation) introduced an experimental managed transport to move t…
pjbgf updated
2 years ago
-
Can I use github.com/gogits/gogs/modules/git as a library?
Will you guys keep the compatible of the old version of the library?
The library looks like a pure golang implement of libgit.
I can cross c…