Unable to install under Mac OSX #104
Labels
No Label
bug
duplicate
enhancement
invalid
question
up for grabs
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jcarr/git2go#104
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Mac osx v. 10.9.4
Same here.
git bisect
tells me, thataabeb7f585
breaks it. Before thatgo build
runs just fine.go get
andgo build
cannot build libgit2 C code, which is embedded into git2go. Instead, there's a Makefile which takes care of building it and linking to it statically. See the README.md for the commands.Perfect, works for me! Thanks.
Works for me, too. Thanks!
BUT I get a warning:
(see full build log here https://gist.github.com/mattes/6624b09f1e67778b642b)
This warning appears even when I
go run sth.go
: