Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Change username #290

Open
HGauza opened this issue Oct 15, 2024 · 2 comments
Open

[BUG] Change username #290

HGauza opened this issue Oct 15, 2024 · 2 comments
Assignees
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.

Comments

@HGauza
Copy link

HGauza commented Oct 15, 2024

I am trying to commit changes via ARCitect 0.0.48

When Committing Changes

I get the following error,

git config user.name ""
warning: user.name has multiple values
error: cannot overwrite multiple values with a single value
Use a regexp, --add or --replace-all to change user.name.

Were can I change the user name?

(Ticket via helpdesk)

@github-actions github-actions bot added the Status: Needs Triage This item is up for investigation. label Oct 15, 2024
@JonasLukasczyk JonasLukasczyk added Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. and removed Status: Needs Triage This item is up for investigation. labels Nov 4, 2024
@JonasLukasczyk JonasLukasczyk self-assigned this Nov 4, 2024
@JonasLukasczyk
Copy link
Collaborator

I can not reproduce this issue. All git commands inside ARCitect are driven based on the user credentials of the DataHub account, and here it seems the user name is not even specified. Please provide more information:

  • OS
  • which DataHub account
  • did the user use the shipped git instance or does the user have a system-wide git instance

@SabrinaZander
Copy link

I also had the same error with multiple users over the last few weeks.
There was more than one user in the ARC folder's Git configuration.
We replaced the multiple user with git config --global --replace-all user.name "username".

They are all using Windows and using the shipped git version.
I feel like this happens sometimes when using new ARCitect version on "old" ARCs but I have no idea why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.
Projects
Status: No status
Development

No branches or pull requests

3 participants