André van der Heijden
André van der Heijden
Hi all, I have the same issue with the latest maven plugin. Any luck in solving it? @bakulinav @rw026 ?
Hi @opoloko, I'm currently also using this repo to do some portfolio analysis. I think I will encounter the same issue as you do above. Thanks for your reply to...
I realise that you're using a somewhat older version of go-git (v5.4.2) in which CloneOptions doesn't contain a property for ProxyOptions. This has been added afterwards --> [https://pkg.go.dev/github.com/go-git/go-git/[email protected]#section-readme:~:text=type-,CloneOptions,-¶](https://pkg.go.dev/github.com/go-git/go-git/[email protected]#section-readme:~:text=type-,CloneOptions,-%C2%B6). ```go //...
Upgrading to latest go-git (v.5.9.0) version seemed to go smoothly, build and tests still succeeding. Will proceed.