-
|
Hi, I inadvertently used the Using it, it gave me headache because of I just switched the Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
@Skylli202 thanks for raising this. Please do report this as a bug, as v6 is actively being worked on and we will look into fixing this. Maybe a change merged last week caused this. Do you mind giving a try with a version prior to those changes? For example: |
Beta Was this translation helpful? Give feedback.
Hello, it's me again!
Actually, I think one of commit of these 3 last days fix it. See more below.
Using the
common.gofrom the_examples/folder and the_examples/clone/main.go:➜ gogitissue go get github.com/go-git/go-git/v6@b4badb7f57ddaa04808f1141d3e5b3ff3473de29 go: downloading github.com/go-git/go-git/v6 v6.0.0-20251029063412-b4badb7f57dd go: downgraded github.com/go-git/go-git/v6 v6.0.0-20251112161705-8cc3e21f07a9 => v6.0.0-20251029063412-b4badb7f57dd ➜ gogitissue go run clone/main.go git@bitbucket.org:tutorials/markdowndemo.git mddemo-b4badb git clone git@bitbucket.org:tutorials/markdowndemo.git mddemo-b4badb --recursive commit 5b6c39df3196eeeb8a36684beb9a3df854a0b5f3 Author: Br…