On Fri, Feb 13, 2009 at 4:28 AM, Mani <[email protected]> wrote: > $ git push > Fetching remote heads... > refs/ > refs/heads/ > refs/tags/ > updating 'refs/heads/master' > from 29302b418fb879fee5f383652ccbf4bb7a5adfaf > to 33254d9d06e86afee0ff17e012882353be828040 > sending 11 objects > done > Updating remote server info > error: http-push died with strange error > error: failed to push some refs to 'https://url.com' > > What might be the possible issue with http-push.
GitHub doesn't support HTTP push. You need to use the [email protected]:username/repo.git url. Sorry about that. -- Chris Wanstrath http://github.com/defunkt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
