I am using latest version 1.4.3.90. Manually authentication is working via credentials package but when I am trying to bypass authentication via browser, it's not working.
library(credentials)
Found git version 2.34.0.windows.1
Supported HTTPS credential helpers: cache, store, helper-selector
Found OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2
Default SSH key: C:\Users\ujjawal\.ssh\id_rsa
library(gert)
Linking to libgit2 v1.3.0, ssh support: YES
Global config: C:\Users\ujjawal\.gitconfig
System config: C:/Program Files/Git/etc/gitconfig
Default user: marksac <xxx@yahoo.com>
R version 4.1.1 (2021-08-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19042)
It returns the following error if I try it in automated fashion.
Error in libgit2::git_remote_push : request failed with status code: 404
It works if I manually run the following commands -
I am using latest version 1.4.3.90. Manually authentication is working via credentials package but when I am trying to bypass authentication via browser, it's not working.
It returns the following error if I try it in automated fashion.
Error in libgit2::git_remote_push : request failed with status code: 404
It works if I manually run the following commands -