You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under R 4.1.3, I can push to github with SSH transport using git2r::push()
Under R 4.2.0 on the same computer, git2r::push() fails with
Error in git2r::push(".", name = "origin", credentials = cred, refspec = "/refs/heads/main") :
Error in 'git2r_push': Failed to retrieve list of SSH authentication methods: Failed getting response
Short description:
Under R 4.1.3, I can push to github with SSH transport using
git2r::push()
Under R 4.2.0 on the same computer,
git2r::push()
fails withCode to reproduce :
The remote repository has URL
"git@github.com:<username>/<repository>.git
This code succeeds under R 4.1.3 but fails under R 4.2.0. I have freshly installed
git2r
under R 4.2.0.Session Info
The text was updated successfully, but these errors were encountered: