常见问题

fatal: Unencrypted HTTP is not supported for GitLab. Ensure the repository remote URL is using HTTPS.

git config --global credential.gitlab.taomee.com.provider generic

需要将gitlab.taomee.com 替换成自己的地址。

或者下面的配置。

git config –global http.sslVerify false

API

SSH