spunt / bspmview

MATLAB program for viewing 3D fMRI statistical images
http://www.bobspunt.com/software/bspmview
53 stars 25 forks source link

git pull issue #14

Closed Brainarea closed 7 years ago

Brainarea commented 7 years ago

Thanks a lot for this wonderful toolbox. Whenever I see a new commit i do a little git pull to update bspmview. But today it gave me the following error: error: Cannot update the ref 'refs/remotes/origin/master': unable to append to .git/logs/refs/remotes/origin/master: Permission denied From https://github.com/spunt/bspmview ! b3e8491..5597721 master -> origin/master (unable to update local ref)

Any idea?

spunt commented 7 years ago

Hi, just seeing this now. Not exactly sure why you're seeing this but after Googling it my best guess is that the permissions on your local copy were somehow changed, e.g. see:

git-commit-problem-unable-to-append-to-git git-error-unable-to-append-to-git-logs-refs-remotes-origin-master-permission

If the above doesn't help you find a solution, try forking or cloning a fresh copy of the repository to see if that works. Best of luck!