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-s25 shows up under Organization access.
Click on Grant.
Click on the green box “Authorize posit-hosted”.
:::
https://github.com/math3570-s25/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 the quarto file hw-00-test.qmd
, in YAML change the author to your name.
Click Render to generate your beautiful document. (If 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.