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
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
I build go-git on my MacBook Pro and use the binary on Linux machine with GOOS=linux GOARCH=amd64 CGO_ENABLED=0 flags. This makes go-git to make the following error when used on Linux machine.
I build go-git on my MacBook Pro and use the binary on Linux machine with
GOOS=linux GOARCH=amd64 CGO_ENABLED=0
flags. This makes go-git to make the following error when used on Linux machine.user: Current not implemented on linux/amd64
I've seen the same issues in other repositories e.g. andreaskoch/allmark@09b235a
The text was updated successfully, but these errors were encountered: