| Issue 10: | git read and write permissions | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Sep 6, 2011
Changed to "Done" status.
Status:
Done
|