fracz / git-exercises

Home Page:https://gitexercises.fracz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when running git verify

corinnewelsh opened this issue · comments

I am about half-way through the exercises. When I run git verify on my latest solution, the following is returned.

~/exercises $ git verify
Verifying the fix-typo exercise. Hold on...
error: hook declined to update refs/heads/fix-typo        
error: The last gc run reported the following. Please correct the root cause        
and remove gc.log.        
Automatic cleanup will not be performed until the file is removed.        

warning: There are too many unreachable loose objects; run 'git prune' to remove them.        

To https://gitexercises.fracz.com/git/exercises.git
 ! [remote rejected] HEAD -> fix-typo (hook declined)
error: failed to push some refs to 'https://gitexercises.fracz.com/git/exercises.git'

My progress has been reset from 11/23 to 0/23. The home page of the website https://gitexercises.fracz.com/ is no longer showing the "Latest solutions" feed.

I had some techincal issues yesterday. Sorry about that. Now everything should work fine and also your progress should be fine.

Thank you