When I try to commit changes via Visual Studio I've got this message:
Git: Failed to execute
When I push my project the console log Everything up-to-date.
When I type git status I have the following log:
On branch main
Your branch is up to date with 'master/main'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
(commit or discard the untracked or modified content in submodules)
modified: backend (modified content)
no changes added to commit (use "git add" and/or "git commit -a")
Moreover on Github.com I can't acceed to some folders there is an arrow to the right (I can post a picture or a link to my repo if asked).
Everything was working fine until yesterday and I don't understand where is the problem.