Created by: Joejiong
This change is because when we compile in the docker we need to change the git config to let git to download staff we need during make process.
Note: if compile fail, normally because you did config git properly, read the following blog: stackoverflow.
Or you can just disable SSL verification, (if the project does not require a high level of security other than login/password) by typing:
`git config --global http.sslverify false`