Tag: Git

How to add personal git repository in a web hosting server

No Picture

This shows how to create private GIT repository.

Read More »

Skip GIT SSL Verification

No Picture

While using git with https, sometimes, in someplace, I encounter like this error: Initialized empty Git repository in /xxxx/xxxx/.git/ Password:…

Read More »

Make http proxy for git in linux

No Picture

First, you need to know your http proxy server. You probably have $http_proxy environmental variable in bash. Using this, you…

Read More »