git | error: Unable to append to .git/logs/refs/remotes/origin/master: Permission denied [SOLVED]
- by Corbin Tarrant
I am having a strange issue that I can't seem to resolve. Here is what happend:
I had some log files in a github repository that I didn't want there. I found this script that removes files completely from git history like so:
#!/bin/bash
set -o errexit
# Author: David Underhill
# Script to permanently delete files/folders from your git…