I need to access Github for read and write access. Earlier I just used plain http protocol which worked fine. But today this does not seem to work anymore.
My problem: I am behind a firewall where only http access is possible. https access seems to be quite tricky because the firewall acts as a man-in-the-middle: It decrypts all SSL traffic from/to the internet and encrypts it again with its own certificate for the user. This certificate can be extracted from the installed web browsers.
Is there a way to setup a working connection to GitHub under these conditions? If yes, how can it be done?
Kind regards, Marcus