[Sugar-devel] git initial commit

Art Hunkins abhunkin at uncg.edu
Sun Mar 4 17:44:33 EST 2012


I'm having trouble again (sorry) with an initial git commit. Here's what 
I've done:

1) Login to gitorious and create a new project. Slug: chimeplay
2) While there I check to see that my ssh-r key is installed correctly.

3) From my chimeplay.git (top level) directory I run the following sequence.
All responses except the last are what I'd expect:

[liveuser at localhost chimeplay.git]$ git init
Initialized empty Git repository in 
/home/liveuser/Activities/chimeplay.git/.git/
[liveuser at localhost chimeplay.git]$ git add .
[liveuser at localhost chimeplay.git]$ git status
# On branch master
#
# Initial commit
#
# Changes to be committed:
# (use "git rm --cached <file>..." to unstage)
#
# new file: ChimePlay.csd
# new file: ChimePlayAuto.csd
# new file: ChimePlayReadMe.txt
# new file: MANIFEST
# new file: activity/activity-chimeplay.svg
# new file: activity/activity.info
# new file: chimeplay.py
# new file: csndsugui.py
# new file: setup.py
# new file: soundin.0
# new file: soundin.1
# new file: soundin.10
# new file: soundin.11
# new file: soundin.12
# new file: soundin.13
# new file: soundin.14
# new file: soundin.15
# new file: soundin.16
# new file: soundin.17
# new file: soundin.18
# new file: soundin.2
# new file: soundin.3
# new file: soundin.4
# new file: soundin.5
# new file: soundin.6
# new file: soundin.7
# new file: soundin.8
#
[liveuser at localhost chimeplay.git]$ git commit -a -m"Version 1"
[master (root-commit) b84ae12] Version 1
27 files changed, 1691 insertions(+), 0 deletions(-)
create mode 100644 ChimePlay.csd
create mode 100644 ChimePlayAuto.csd
create mode 100644 ChimePlayReadMe.txt
create mode 100644 MANIFEST
create mode 100644 activity/activity-chimeplay.svg
create mode 100644 activity/activity.info
create mode 100644 chimeplay.py
create mode 100644 csndsugui.py
create mode 100644 setup.py
create mode 100644 soundin.0
create mode 100644 soundin.1
create mode 100644 soundin.10
create mode 100644 soundin.11
create mode 100644 soundin.12
create mode 100644 soundin.13
create mode 100644 soundin.14
create mode 100644 soundin.15
create mode 100644 soundin.16
create mode 100644 soundin.17
create mode 100644 soundin.18
create mode 100644 soundin.2
create mode 100644 soundin.3
create mode 100644 soundin.4
create mode 100644 soundin.5
create mode 100644 soundin.6
create mode 100644 soundin.7
create mode 100644 soundin.8
[liveuser at localhost chimeplay.git]$ git push 
gitorious at git.sugarlabs.org:chimeplay/mainline.git master

== Gitorious: ==========================================================
Access denied or wrong repository path
========================================================================

fatal: The remote end hung up unexpectedly
[liveuser at localhost chimeplay.git]$

---------------------
BTW, I get the same response when I omit "master" from the last command.

What am I doing wrong please?

Art Hunkins





More information about the Sugar-devel mailing list