Windows Setup - NMGRL/pychron GitHub Wiki

Setting up Pychron to share changes on Windows

  1. get your Personal Access token (PAT). This can be found in Pychron/Preferences/Github. Or you can Generate a new PAT. Make sure to select "repo" when setting up the permissions for your new PAT

  2. open Git Bash

  3. enter the command: cd Pychron3/data/.dvc/MetaData

  4. git config --global credential.helper wincred This is taken from Github Docs

  5. git push

  6. A window should pop up asking for your username. Enter your PAT

  7. Leave password blank

  8. check the status of the repository after push to check everything worked

    git status

  9. If this worked pushing via pychron's Repository window should work