Files
herolib/lib/crypt/keychain/readme.md
2024-12-25 12:38:51 +01:00

18 lines
366 B
Markdown

security add-internet-password -s git.ourworld.tf -a despiegk -w mypassword
-s: The server (e.g., git.ourworld.tf).
-a: The account or username (e.g., despiegk).
-w: The password (e.g., mypassword).
security find-internet-password -s git.ourworld.tf -w
security delete-internet-password -s git.ourworld.tf
git config --global credential.helper osxkeychain