Git 'Refusing to fetch' error -
i'm not sure has happened, command used work now. have branch named refactorizacion
checked out. if run command git fetch
, seems work fine (no error shown), if run git fetch origin refactorizacion:refactorizacion
, gives me following error:
fatal: refusing fetch current branch refs/heads/refactorizacion of non-bare repository unexpected end of command stream
this causing team > synchronize workspace
command of egit
in eclipse show error:
fetch operation failed synchronization continued based on data in repository. can disable fetching changes before synchronization in preferences: team > git > launch fetch before synchronization
Comments
Post a Comment