Skip to content

edensunyidan/pstat-134-fall-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSTAT 134/234 (Winter 2022)

Troubleshooting

  • If you run into an error, rename "pstat-134-fall-2021" directory to a different name. Then click on this https://pstat134.lsit.ucsb.edu/ again to re-clone a fresh copy of the latest "pstat-134-fall-2021" repository.

    $ mv pstat-134-fall-2021 pstat-134-fall-2021-old

  • If you want to delete a directory on JupyterHub permanently, for example, "pstat-134-fall-2021-old",

    $ cd pstat-134-fall-2021-old
    $ rm -Rf .git/refs/original
    $ rm -Rf .git/logs/
    $ git gc
    $ git prune --expire 
    $ cd ..
    $ mv -Rf pstat-134-fall-2021-old
    
  • If you want to reload the template of an assignment without conflict with your current work, you can rename the current file name and click on the nbgitpuller link to refresh.

Resources

About

PSTAT 134 (Fall 2021)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published