Tag: Git
How to add personal git repository in a web hosting server
This shows how to create private GIT repository.
Read More »Skip GIT SSL Verification
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
First, you need to know your http proxy server. You probably have $http_proxy environmental variable in bash. Using this, you…
Read More »