From 9b1bf9a9ba2784c6ba00692ae88601b977db0df1 Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 17 Sep 2024 13:07:20 -0400 Subject: [PATCH] h --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0193083..79c98bf 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ To confirm your configuration works, try commiting to this repository: $ git clone git@git.signorovitch.org:commonwealth-robotics/docs.git $ cd docs $ echo "Something" >> user-tests/yourname.txt +$ git add user-tests/* $ git commit -am "Your fancy commit message" $ git push ``` + +If it asks for a password on the `clone` step, try: + +```bash +$ ssh-agent $SHELL +$ ssh-add ~/.ssh/git.signorovitch.org +```