Issue 10: git read and write permissions
Status:  Done
Owner:
Closed:  Sep 2011
Project Member Reported by meff.jey...@gmail.com, Sep 5, 2011
There is an issue trying to commit my Collatz.java code to my own repository (which is visible to Peter at this point):

burnett$ cd cs373
burnett$ ls
examples projects README
burnett$ mkdir jam4879
burnett$ cd jam4879
burnett$ git init
Initialized empty Git repository in /v/filer4b/v38q001/jam4879/cs373/jam4879/.git/
burnett$ touch butter
burnett$ git add butter
burnett$ git status
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
#	new file: butter
#
# Changed but not updated:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
#
burnett$ git push git@git.assembla.com:jam4879.git
E, [2011-09-06T00:23:20.743964 #3973] ERROR -- : WRITE permission denied
fatal: The remote end hung up unexpectedly

My Assembla repository is currently empty, and when I try to pull or clone it I get the same error but with READ permission denied.
Sep 6, 2011
Project Member #1 meff.jey...@gmail.com
I fixed this last night.  There is some sort of conflict between the CS machines that I have been attempting to remotely connect to and git, so I just made my git repository on my machine.
Sep 6, 2011
Project Member #2 meff.jey...@gmail.com
Changed to "Done" status.
Status: Done