I am writing a go-lang app and I need to:
Go to the sibling directory tried with:
exec.Command("/bin/sh", "-c", "cd ..").Output()
And clone/update GitHub private repository: git clone ....GitHub repository
I cannot accomplish neither of those tasks.
I tried GitHub/libgit2/git2go but on Ubuntu 16.04 libgit2
cannot understand https.
Thank you for any help.