You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue applies to the macOS client. I'm currently using version 2.49.1 with internal git.
I have global and local credentials on many of my repositories and Fork doesn't report them correctly.
My understanding of this issue is that Fork stops at the first entry it finds in the git config --list result.
For example, git config --list will return something like this for one of my repositories:
credential.helper=osxkeychain
...
user.name=John Doe
user.email=john.doe@example.com
...
user.email=john.doe@otherdomain.com
...
Running git config user.email in my repository returns john.doe@otherdomain.com as expected.
But the General tab in the Settings for This Repository... box shows john.doe@example.com.