Git Changes are not recognized

Hi All

Looks like am stuck with a branch and unable to push changes to git as the changes are not being recognized by Studio. Any ideas how to fix this ? See screenshot.

Regards
Sekhar

Hello Shekar,

It could be due to incorrect git configuration; can you check the Git repository URL in studio
and check that you’re working on the correct branch. If not, it can be Authentication issues as well.

Hi @Sekhar,

By any chance, have you changed your credentials lately and skipped to change those in here?
When you go to studio-> team-> are you able to see “Disconnect” and “Change signature” options as enabled? if yes, it means you are connected, if not, something is messed up in your connection.

You can try below workaround:

  1. Clone repository again
  2. Copy all contents of the current project folder(used in above example) to the newly created folder(cloned repository)
  3. and then try to commit changes and see if it works.

Sometimes, cloned repository can get messed up thus disallowing committing changes to the repo, but trying above steps should do the needful.

Regards
Sonali