Resolve apport-GTK, dkpg, and Git related errors

1

I was using Git on Linux and removing a branch I did not want to use, I probably removed other things.

It ended up giving an error in apport and dkpg. Regarding Git, it just lets you continue in the branch master. When switching to other branchs , Head points to (in branch ). I have already used apt-get purge, remove, -f install , but the apport error ended up affecting the apt-get completion, that is, it does not complete the installation or removal successfully.

    
asked by anonymous 30.08.2014 / 05:28

1 answer

1

Probably the problem is not related to git, it was just some coincidence with some installation done on the computer. The problem with the contribution continues. However, git works. The problem with (in the branch) was: the branch that was appearing was part of the remote repository, but it was not in the computer yet. It was missing checkout on the remaining branches.

    
30.08.2014 / 19:09