I’m trying to fetch the latest changes from origin/main
to local main
. The output window shows:
Fetching from MyRepo
git: ‘credential-manager-core’ is not a git command. See ‘git –help’.
I then changed ‘credential-manager-core’ to ‘credential-manager’ in the gitconfig
file and tried again. Then I get:
Fetching from MyRepo
And the latest updates don’t get fetched and my local main
stays the same.
What is wrong?