Daniel Stenberg wrote:
> Ok, now I've cloned the empty libssh2-web git repo,

> $ git push origin master
> fatal: The remote end hung up unexpectedly

Make sure that you cloned the ssh:// URL and not the git:// one. It's
the url key in libssh2-web/.git/config under [remote "origin"]. Just
change it there and try to push again - it should work.

You can also add push = master for the remote if git push doesn't
learn that you only want to push master. It can be a good way to
avoid pushing any local branches by mistake.

If you want, we can set something up to publish into documentroot on
push.


//Peter
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to