You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone been able to use this package with an M1 Macbook? I'm having some issues when go getting the package and I'm not really sure what I should do:
$ go get github.com/libgit2/git2go/v32
# github.com/libgit2/git2go/v32
Undefined symbols for architecture arm64:
"_git_remote_name_is_valid", referenced from:
__cgo_c4e5c3df4da7_Cfunc_git_remote_name_is_valid in _x033.o
(maybe you meant: __cgo_c4e5c3df4da7_Cfunc_git_remote_name_is_valid)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I've installed libgit2 using Homebrew: brew install libgit2.
Hey there!
Has anyone been able to use this package with an M1 Macbook? I'm having some issues when
go get
ting the package and I'm not really sure what I should do:I've installed
libgit2
using Homebrew:brew install libgit2
.Output from
pkg-config
:Appreciate any help, thanks in advance!
The text was updated successfully, but these errors were encountered: