Tadaaa!! And now we have push working via SSH too! :) Iâll let you know soon what is going to happen next. Right now I have to clean up the mess I made while figuring this out⦠BTW, I posted this on IRC but got no response. Any ideas?
In NB, how do I pass NULL into a function call without modifying the argument type? e.g. my argument has type String. passing something like `NBExternalAddress null` will be converted into a C string instead of being passed through (I know, that seems to be the point in this case but I couldn't find any other way to create NULL). Any suggestions?
Cheers, Max On 08.04.2014, at 18:11, Max Leske <maxleske@gmail.com> wrote:
FINALLY managed to get pull via SSH working (no, there was no bug in libgit2 nor in libssh2⦠sadlyâ¦). Next thing is push via SSH but I think I have that figured out now (hopefullyâ¦).
Max