On Sunday 20 of September 2009 16:28:00 Daniel Stenberg wrote: > Ok, now I've cloned the empty libssh2-web git repo, I've added a bunch of > files that are on the site, I committed them and now I want to push them. > How do I do that? > > $ git push > warning: You did not specify any refspecs to push, > ... > fatal: The remote end hung up unexpectedly > > $ git push origin master > fatal: The remote end hung up unexpectedly
This should be working I think. Try to replace 'origin' with a valid path or perhaps look into .git/config if the url is set properly for the origin. Kamil _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
