Máximo Cuadros
Máximo Cuadros
@shantuo `master` is a convention name, what we should get/clone is the commit pointed by the HEAD branch, some packages hosted in github may not have `master` as default branch...
Can you test this against the new v5.4.2?
git has two levels of abstraction, you can perfectly do this task with the plumbing part, that's why this `commit` is mark as supported. What is not supported is a...
How behaves git?
Can you add a test for this?
Merged at https://github.com/go-git/go-git/pull/2
I am not the original author of this part, and It's a long time since I don't touch this part. But what I remember is that the rename it's no...
Can you print your `$HOME/.ssh/known_host`, the error that you are getting means that the host `github.com` is not found on it.
Can you provide a test? Thanks
How does this help to the issue? Since this is only related to the config file. Have you tested this with the example code from the original issue?