AS Git errors

1. Git does not display Local Changes

##Remove the check mark
Insert image description here

2. When Git uninstalls and reinstalls or as uninstalls and reinstalls, git reports remote: Unauthorized.

It is clear that the username and password are entered correctly. Report remote:Unauthorized.
  Use the Git command to enter the folder where your project is located, and enter in the path:

		git config --system --unset credential.helper

     git config --global credential.helper store

Guess you like

Origin blog.csdn.net/qq_32670947/article/details/128103057