credentials icon indicating copy to clipboard operation
credentials copied to clipboard

credential_approve timeouts with latest git

Open jeroen opened this issue 1 year ago • 0 comments

With recent git versions on Linux and Windows we see a timeout (maybe due to user prompt)

> ### Name: credential_api
> ### Title: Retrieve and store git HTTPS credentials
> ### Aliases: credential_api credential_fill credential_approve
> ###   credential_reject
> 
> ### ** Examples
> 
> ## No test: 
> # Insert example cred
> example <- list(protocol = "https", host = "example.org",
+   username = "test", password = "secret")
> credential_approve(example)
Error: Error: Program 'git' terminated (timeout reached: 10.00sec)

jeroen avatar Sep 06 '23 12:09 jeroen