Changing Your git-keeper Password
You can change the default password that was emailed to you by git-keeper or if you decide later to change your password.
NOTE: The leading dollar signs ($
) for all commands indicate that they are run from the terminal. You should exclude leading $
from all commands shown.
- On Windows open Git Bash or on macOS open the Terminal application
- Make sure you are either on campus or connected to the Campus VPN
- Run the following command replacing
username
with your Wooster username
$ ssh username@gitkeeper.wooster.edu
- You will be prompted for a password. Enter your current git-keeper password. You will not be able to see what you are typing, just trust yourself and
use the force
. When you have typed your password, hit theenter
. - If your password was correct, you should now see a prompt that looks like this:
git>
- Enter the command
passwd
and hit enter - You will have to enter your current password and then your new password twice (a second time to confirm)
- If the terminal says you have updated your password you can now enter the command
exit
and hit enter to quit.