Link Search Menu Expand Document

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.

  1. On Windows open Git Bash or on macOS open the Terminal application
  2. Make sure you are either on campus or connected to the Campus VPN
  3. Run the following command replacing username with your Wooster username
$ ssh username@gitkeeper.wooster.edu
  1. 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 the enter.
  2. If your password was correct, you should now see a prompt that looks like this:
git>
  1. Enter the command passwd and hit enter
  2. You will have to enter your current password and then your new password twice (a second time to confirm)
  3. If the terminal says you have updated your password you can now enter the command exit and hit enter to quit.