Skip to content

swtzang/aws_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws_project

aws

How to save your codings in AWS rstudio to github?

Now in rstudio, under the Tools menu click Shell… to open on a command prompt. Run the following three commands to introduce yourself to git and turn on the credential helper to store your GitHub password so you don’t have to type it every time. Be sure to substitute your name and the email address associated with your GitHub account.

git config --global user.name 'Your Name'

git config --global user.email '[email protected]'

git config --global credential.helper 'cache --timeout=10000000'

Reference: http://strimas.com/r/rstudio-cloud-2/

About

aws 如何建立github備份

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages