github - git pull and reset stopped by error "unable to create file <filename> (File exists)" -
i moving company git vault, , i've set repos on github, setting locally being made headache reoccurring errors. baffling when try pull, cancels error "error: unable create file (file exists)" few files. want set myself on remote, try git reset --hard head, , tells me succeeded , working directory clean. try pull again , same error! when run git gc, restores unstaged changes.
a @ git diff , current file system on github reveals these unstaged changes have been applied on github. think git trying apply changes have been applied , failing, still don't understand why isn't fixed hard reset. trying reset further commit fails.
i have read this , this , several other articles, nothing suggested works. prefer not delete repo , re-clone, because have bunch of ignored program files in directory need accounted for. thanks!
i found problem related permissions. repo located in program files, , think git doesn't have permissions execute scripts on/in folder. have updated question here.
Comments
Post a Comment