nfdi4plants / nfdi4plants.knowledgebase

This is the source repo for the nfdi4plants knowledge base webpage.
https://nfdi4plants.org/nfdi4plants.knowledgebase/
Creative Commons Attribution 4.0 International
2 stars 30 forks source link

Add ArcCommander credential manager storing setup #64

Closed HLWeil closed 1 year ago

HLWeil commented 1 year ago

In the section sharing your arc, prior to running the remote token get command, it might be necessary to setup git credential storing:

Windows: git config --global credential.helper cache or git config --global credential.helper store

Mac: git config --global credential.helper osxkeychain


Moved from https://github.com/nfdi4plants/arcCommander-docs/issues/4

Brilator commented 1 year ago

I'd suggest to also add this here https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/implementation/ArcCommanderManual/arc_access.html

HLWeil commented 1 year ago

Agreed!

Brilator commented 1 year ago

What's the command for Linux?

Brilator commented 1 year ago

git config --global credential.helper store seemed to do the job on ubuntu

Brilator commented 1 year ago

https://github.com/nfdi4plants/nfdi4plants.knowledgebase/pull/66/commits/f8a5b9881126b076cdfbddb27803b3141dba8498

Martin-Kuhl commented 1 year ago

68