utoronto-2i2c / jupyterhub-deploy

Demo JupyterHub deployment for University of Toronto
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Connect GitHub credentials to RStudio #28

Open ntaback opened 4 years ago

ntaback commented 4 years ago

How can I connect my GitHub credentials to RStudio when I check out a project within RStudio?

yuvipanda commented 4 years ago

I think there isn't anything special to do this - you've to use the terminal in RStudio, and set it up as you would locally.

My suggestion is to create a Personal Access Token. This can be used as the value for 'password' when you are trying to push to GitHub - I think RStudio asks for it. Can you try that?

ntaback commented 4 years ago

@yuvipanda . Thanks. I'll try this soon.