How to change origin (i.e. title/URL) of a project for github version control

I edited the title of my github repo and now I am unable to change the origin (i.e. repo URL) in RStudio because in Git>Project Setup>Git/SVN the Origin: is greyed out and uneditable. I got a warning when I made a pull that the repo name had changed (which makes sense and is good, and it even knew the new name), but I can't seem to find any instructions on how to change the origin URL in RStudio.

Thanks in advance for any help!

System Information:

  • RStudio Edition: Desktop
  • RStudio Version: 1.4.1056
  • OS Version: Windows 10
  • R Version:
    sessionInfo()
    Rversion 4.0.2 (2020-06-22)
    Platform: x86_64-w64-mingw32/x64 (64-bit)
    Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale:
[1] LC_COLLATE=English_Canada.1252 LC_CTYPE=English_Canada.1252 LC_MONETARY=English_Canada.1252 LC_NUMERIC=C LC_TIME=English_Canada.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

other attached packages:
[1] quanteda_2.1.2 wordcloud2_0.2.1 tidytext_0.2.6 stringr_1.4.0 lubridate_1.7.9.2 ggridges_0.5.2 tidyr_1.1.1 dplyr_1.0.0 qdapTools_1.3.5 readr_1.3.1 plotly_4.9.2.1
[12] ggplot2_3.3.2 shiny_1.5.0

loaded via a namespace (and not attached):
[1] Rcpp_1.0.5 lattice_0.20-41 assertthat_0.2.1 digest_0.6.25 mime_0.9 R6_2.4.1 plyr_1.8.6 chron_2.3-56 evaluate_0.14 httr_1.4.2
[11] pillar_1.4.6 rlang_0.4.7 lazyeval_0.2.2 rstudioapi_0.11 data.table_1.13.0 Matrix_1.2-18 rmarkdown_2.5 labeling_0.3 htmlwidgets_1.5.1 RCurl_1.98-1.2
[21] munsell_0.5.0 compiler_4.0.2 janeaustenr_0.1.5 httpuv_1.5.4 xfun_0.18 pkgconfig_2.0.3 htmltools_0.5.0 tidyselect_1.1.0 tibble_3.0.3 fansi_0.4.1
[31] viridisLite_0.3.0 crayon_1.3.4 withr_2.2.0 later_1.1.0.1 bitops_1.0-6 SnowballC_0.7.0 grid_4.0.2 jsonlite_1.7.1 xtable_1.8-4 gtable_0.3.0
[41] lifecycle_0.2.0 magrittr_1.5 scales_1.1.1 tokenizers_0.2.1 RcppParallel_5.0.2 cli_2.0.2 stringi_1.5.3 farver_2.0.3 fs_1.5.0 promises_1.1.1
[51] ellipsis_0.3.1 stopwords_2.1 generics_0.0.2 vctrs_0.3.2 fastmatch_1.1-0 tools_4.0.2 glue_1.4.2 purrr_0.3.4 hms_0.5.3 rsconnect_0.8.16
[61] fastmap_1.0.1 yaml_2.2.1 colorspace_1.4-1 knitr_1.30 usethis_1.6.1


Referred here from support.rstudio.com

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.