-
Notifications
You must be signed in to change notification settings - Fork 26
Windows Setup
Jake Ross edited this page Aug 5, 2021
·
3 revisions
-
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
-
open Git Bash
-
enter the command: cd Pychron3/data/.dvc/MetaData
-
git config --global credential.helper wincred This is taken from Github Docs
-
git push
-
A window should pop up asking for your username. Enter your PAT
-
Leave password blank
-
check the status of the repository after push to check everything worked
git status
-
If this worked pushing via pychron's Repository window should work