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:
Running git config user.email in my repository returns [email protected] as expected.
But the General tab in the Settings for This Repository... box shows [email protected].
Thank you for your support on this.
Best of luck for this new year 2025!
The text was updated successfully, but these errors were encountered:
Hi,
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:Running
git config user.email
in my repository returns[email protected]
as expected.But the General tab in the Settings for This Repository... box shows
[email protected]
.Thank you for your support on this.
Best of luck for this new year 2025!
The text was updated successfully, but these errors were encountered: