forestgeo / learn

Links to interesting articles, videos, tutorials, tips, and more
5 stars 8 forks source link

use_github() with https protocol #101

Open maurolepore opened 6 years ago

maurolepore commented 6 years ago

(Thanks to Jenny Bryan for sharing this at #runconf18.)

usethis::use_github() can make your life easy. This is particularly the case if you use an SSH key because simply running usethis::use_github() should be enough (or take you a long way down the road of full configuration). If you don't use a SSH key, usethis::use_github() can still help you but you'll need to pass a a few arguments:

image