The current implementation of SSH based authentication is, at least for me, broken and affected by go-git/go-git#1551
There are a number of potential fixes being discussed in that issue:
- providing HostKeyAlgorithm values
- switching to v6 of go-git … which is still in alpha
- downgrading to go-git 5.15.0
The current implementation of SSH based authentication is, at least for me, broken and affected by go-git/go-git#1551
There are a number of potential fixes being discussed in that issue: