; PSY 1903
PSY 1903 Programming for Psychologists

Exporting OSF data

Download zip of data

Open your project in OSF.

Click on the OSF Storage (United States) folder under Files.

Click Download as Zip.

Extract the downloaded zip file:

  • Mac: Double clicking the zip folder
  • Windows: right click the zip folder and choose Extract All

Move the resulting extracted folder called osfstorage-archive into your psy1903 repository directory.

Increase git buffer

Before committing the osfstorage-archive to Github, we’re going to change a Git setting on our computers which will increase the memory it can use when pushing files. This will prevent us from running into any memory issues when we go to push our numerous data files in the next step.

Run the following command in command line (does not matter which directory you run it from):

> git config --global http.postBuffer 1048576000

Commit and push to Github

Stage, commit, and push all the files in your psy1903/osfstorage-archive directory, just like you would any files.

Confirm you can see your files online. E.g.: https://github.com/susanBuck/psy1903/tree/main/osfstorage-archive

Submit

Find the Final Data Collection assignment in Canvas and submit the above link by the deadline (Mon Nov 11 @ 11:59pm)