-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
could not determine kind of name for C.GIT_CHECKOUT_SAFE_CREATE #181
Comments
Sorry about the formatting. I hate github pull requests. |
This is just one change that would have to be made to let the master branch build with libgit2's master, but this doesn't update the bundled libgit2 to a version which would need this change so it's just removing some functionality which we do ship with. |
Yeah, I got this error when I run "go install" in git2go. Do you know what version of git2go to use? Now I am working on master branch. |
When I checked out to next, I saw the change above, when will you merge to master? Otherwise ,what version of libgit2 I should use for the git2go on master? |
See the README file for which branch goes with with libgit2 branch. |
This change is now in |
upsteam became incompatible again: |
@carlosmn Thanks. Got it, wonderful. |
@carlosmn when will the changes be merged to master and be made a release? |
When upstream makes a release |
The |
I was able to fix this by moving checking out |
On branch
|
It looks like you forgot to run |
Even with
|
Nevermind, I had to RTFM :) Thanks |
I didn't want to create an new issue, so I just dug that old issue out of the trash. Sorry, about that.
go version: I don't have any submodules to update, so I can't do that. |
So I found out that Edit:
The last line pins |
@gr4y that worked perfect for me. Thanks! 👍 |
Ran into this issue, solved by @gr4y above. Thanks. |
The text was updated successfully, but these errors were encountered: