Skip to content

Instantly share code, notes, and snippets.

@alinaselega
Created September 6, 2020 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alinaselega/f5c4f724309211cc4a5bedd2a05bfd1e to your computer and use it in GitHub Desktop.
Save alinaselega/f5c4f724309211cc4a5bedd2a05bfd1e to your computer and use it in GitHub Desktop.
Error when pushing to Bioconductor repo
my_username$ git push upstream master
Counting objects: 3, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 12.11 KiB | 6.05 MiB/s, done.
Total 3 (delta 1), reused 1 (delta 0)
remote: fatal: this operation must be run in a work tree
remote: ERROR:root:Exception: Command '['git', 'rev-parse', '--show-toplevel']' returned non-zero exit status 128
remote: ERROR:root:local variable 'package_name' referenced before assignment
remote: Note: failed to update RSS feed;git repository updated successfully.
To git.bioconductor.org:packages/BUMHMM.git
bbafa73..160b7a7 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment