Tag Archives: git

git pull says “You are not currently on a branch…”

Was working through some git error messages generated by pip installs of some Python code, and found that the issue was caused by this error: $ git pull You are not currently on a branch, so I cannot use any … Continue reading

Posted in General | Tagged , , , | 2 Comments

git error “unable to write sha1 filename … Permission denied”

I was having the following issue while doing a “git push”: $ git push Counting objects: 50, done. Compressing objects: 100% (33/33), done. Writing objects: 100% (36/36), 4.42 KiB, done. Total 36 (delta 13), reused 0 (delta 0) error: unable … Continue reading

Posted in General | Tagged , , , | 2 Comments