I’m using Gitlab-ce 7.14.1. The application is in an LXC container, behind an Nginx. There is a Squid proxy to handle the outgoing HTTP and HTTPS connections.
I’ve followed the instructions, and set up in /etc/gitlab/gitlab.rb the OAuth section for GitHub. On GitHub, I’ve made the new application.
When I create a new project, and choose the GitHub as source, I see all of my repositories. Then I choose one, and start to import - but after few seconds (may be a minute), GitLab says “failed”. Then I’m going to my projects, and I see the created project as same name, than it exists in GitHub, but GitLab indicates, the repository is empty.
What’s wrong here? How can I import an existing repo from GitHub?