h
This commit is contained in:
		@@ -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
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user