Run hubot and hubot-slack behind proxy


If you are struggling to run hubot with Slack behind the corporate proxy. Here are two things that you can try: Set https_proxy environment variables, it has to be lower case. If the corporate proxy intercepts https (it means the proxy decrypts then re-encrypts the https traffics with its own certificate which most likely to … Continue reading Run hubot and hubot-slack behind proxy

Git clone: The remote end hung up unexpectedly


Continue with my previous blog BitBucket Server Unreachable When Merge Pull Request, I tried to clone the large repository to my local laptop to do some analysis. But it always ended up with this error: fatal: The remote end hung up unexpectedly fatal: early EOF fatal: index-pack failed So basically the issue is caused by … Continue reading Git clone: The remote end hung up unexpectedly