You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gitorious
I have a clone of the gitorious project and I am trying to get a
server setup to test using gitorious to manage internal projects. The
server seems to be running; however, i am having trouble push content
to the test project that I have created.
inside a local git repository i run the following:
git push g...@tinylittlebits.com:test-project/mainline.git master
and I get the following error:
fatal error
fatal: The remote end hung up unexpectedly
error: failed to push to 'g...@tinylittlebits.com:emma/mainline.git'
any help would be greatly appreciated
Patrick Aljord
unread,
May 22, 2008, 12:57:03 PM5/22/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gito...@googlegroups.com
did you try a git push -f?
mg
unread,
May 22, 2008, 1:02:20 PM5/22/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Gitorious
I found out what the problem was. In my gitorious.yml, i had the port
still set to 3000 so there was a connection error.