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] arc sync keeps asking for git credentials #186

Open
Brilator opened this issue Apr 6, 2023 · 2 comments
Open

[BUG] arc sync keeps asking for git credentials #186

Brilator opened this issue Apr 6, 2023 · 2 comments
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug.

Comments

@Brilator
Copy link
Member

Brilator commented Apr 6, 2023

Describe the bug
All steps to authenticate PC against datahub were done:

git config --global credential.helper cache
git config --global credential.helper store
arc remote accesstoken get -s https://git.nfdi4plants.org

Still, during arc sync git credentials manager pops up and asks for credentials.

OS and framework information (please complete the following information):

  • OS: Windows 10 Pro 22H2
  • git version 2.40.0
  • Standard user, not admin.
@HLWeil
Copy link
Member

HLWeil commented Apr 6, 2023

Hey, first of all the naive question:
Does the gitlab user account you log into when getting the access token have the necessary rights to sync?

If so, could you check whether the token gets correctly stored?
You can find this information by opening the Credential Manager application (you can find it via windows search). Then in the Windows Credentials section under Generic Credentials there should be a credential stored for git:https://git.nfdi4plants.org.

@Brilator
Copy link
Member Author

Brilator commented Apr 6, 2023

Does the gitlab user account you log into when getting the access token have the necessary rights to sync?

Yes. ARC owner.

Thanks, I'll forward that.

@omaus omaus added the Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. label Jun 5, 2024
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