MATH/COSC 3570 Introduction to Data Science
Posit Cloud cannot recognize your GitHub account unless you connect them each other.
In Posit Cloud, click on your name on the top-right corner to open the right menu.
Click on Authentication.
Make sure math3570-s24 shows up under Organization access.
Click on Request
Click on the green box “Authorize rstudio”.
https://github.com/math3570-s24/hw00-chenghanyu.git
OK
, and you’re good to go!Done! We learned the entire process of cloning a repo on GitHub to Posit Cloud as a project.
Next, we’ll see how to keep your revision record (commit) and send (push) the latest revised version of your work from Posit Cloud to GitHub!
GitHub has removed the support for Password Authentication for Git operations.
Before we can send our work in Posit Cloud to GitHub, we need Personal Access Token (PAT)
Settings > Developer settings
Open a Quarto (qmd) file in your project, in YAML change the author name to your name.
Click Render to generate your beautiful document. (If you are asked to install any packages, please do!)
Back to your GitHub repo and refresh it.
The online repo is now synced with your local project in Posit Cloud.