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
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
Jan 19, 2019
We need to pass credentials to `git2r::remote_ls()` in order for it to
return the SHA from private repositories. We can authenticate via basic
authentication with the oauth token as our password
https://developer.github.com/v3/auth/#via-oauth-tokens. In this case the
username does not really matter, but we look it up if needed anyway.
Fixesr-lib#1827
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Calling
remote_sha
with a github remote pointing to a private repository returnsNA
.The text was updated successfully, but these errors were encountered: