ropensci / git2r

R bindings to the libgit2 library
https://docs.ropensci.org/git2r
GNU General Public License v2.0
216 stars 58 forks source link

Error in 'git2r_push': config value 'http.followRedirects' was not found #464

Closed OVVO-Financial closed 7 months ago

OVVO-Financial commented 7 months ago

Hi,

There's a related SO to this with no activity, is this covered in any previous issue?

OVVO-Financial commented 7 months ago

In case anyone stumbles across this, $ git config --global http.followRedirects true resolved the issue for me.