rstudio / pins-r

Pin, discover, and share resources
https://pins.rstudio.com
Other
312 stars 63 forks source link

Download problems for pins #620

Closed jameshunterbr closed 2 years ago

jameshunterbr commented 2 years ago

I'm trying to download pins from this repository, but I get the following error.

remotes::install_github("rstudio/pins") Error: Failed to install 'unknown package' from GitHub: HTTP error 401. Bad credentials

I have installed other packages via GitHub today successfully. Sorry if I have put this in the wrong place.

juliasilge commented 2 years ago

I don't believe it is a problem with the pins GH repo. I was just able to install this again OK:

devtools::install_github("rstudio/pins", force = TRUE)
#> Downloading GitHub repo rstudio/pins@HEAD
#> 
#> * checking for file ‘/private/var/folders/hv/hzsmmyk9393_m7q3nscx1slc0000gn/T/RtmpXkyGJW/remotes645c3ad18d36/rstudio-pins-2a1a0d8/DESCRIPTION’ ... OK
#> * preparing ‘pins’:
#> * checking DESCRIPTION meta-information ... OK
#> * checking for LF line-endings in source and make files and shell scripts
#> * checking for empty or unneeded directories
#> Removed empty directory ‘pins/pkgdown’
#> * building ‘pins_1.0.1.9000.tar.gz’

Created on 2022-06-03 by the reprex package (v2.0.1)

It sounds like you probably have a problem with credentials for GitHub. You can read more about connecting to GitHub here: https://happygitwithr.com/connect-intro.html

jameshunterbr commented 2 years ago

Thanks for the reminder. Indeed my PAT expired last week and I forgot to update it. All well now. See, Julia, you really are more competent that the brainless shriekers on Twitter are giving you credit for. I join with all the fans there responding to your tweet of yesterday.

James Hunter [1kw2dk]


Prof. James R. Hunter, PhDBioinformática Laboratório de Retrovirologia Escola Paulista de Medicina Universidade Federal de São Paulo Cel: (55-11) 9-5327-5656 Rua Pedro de Toledo 669 6º Andar Fundos 04039-032 São Paulo, SP, BRASIL Fone (11) 5576-4834


On June 3, 2022 at 15:13 GMT, Julia Silge @.***> wrote:

I don't believe it is a problem with the pins GH repo. I was just able to install this again OK: devtools::install_github("rstudio/pins", force = TRUE) #> Downloading GitHub repo @.** #> #> checking for file ‘/private/var/folders/hv/hzsmmyk9393_m7q3nscx1slc0000gn/T/RtmpXkyGJW/remotes645c3ad18d36/rstudio-pins-2a1a0d8/DESCRIPTION’ ... OK #> preparing ‘pins’: #> checking DESCRIPTION meta-information ... OK #> checking for LF line-endings in source and make files and shell scripts #> checking for empty or unneeded directories #> Removed empty directory ‘pins/pkgdown’ #> * building ‘pins_1.0.1.9000.tar.gz’

Created on 2022-06-03 by the reprex package (v2.0.1)

It sounds like you probably have a problem with credentials for GitHub. You can read more about connecting to GitHub here: https://happygitwithr.com/connect-intro.html

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

juliasilge commented 2 years ago

That is super kind @jameshunterbr! 🙌 Glad we got you sorted out.

github-actions[bot] commented 2 years ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.