Git credentials
To avoid having to type in your DataHUB credentials, you can enable to store the information (e.g. a DataHUB password or token) on your computer. This leverages the password manager of you operating system.
-
Open a command prompt or powershell
-
Execute the following command
Terminal window git config --global credential.helper store
-
Open a terminal
-
Execute the following command
Terminal window git config --global credential.helper osxkeychain
-
Open a terminal
-
Execute the following command
Terminal window git config --global credential.helper store