windows - Git - Protocol Error - Strange character -


i have failed @ google, please help.

i have base windows 8 os running vagrant ubuntu 14 (32bit).

when running

git add -a 

or

git add * 

i following message:

addresses▒show.blade.php: protocol error 

i developing on windows gitting through vagrant.

i can commit , push, sure wrong , resolve before causes problem later.

it looks there strange character between 'addresses' , 'show.blade.php' may causing problems in content of added tree. can run git fsck see if state of .git repository has been corrupted. alternatively may have redefined add alias 'add-and-push'?


Comments