Top "Gitlab" questions

GitLab is an Open Source Git repository manager with issue tracking and wiki as well as continuous integration features.

GitLab configuration

I try to install Gitlab 5.2 on OS-X Server 10.8.5. I follow the procedure document from : "http://thoughtpointers.net/2013/05/23/installing-gitlab-v52-on-os-x/". In …

configure gitlab
Mirroring from Gitlab to Github

I have been using a private Gitlab instance to hold all my code. But since most of the staff that …

git github gitlab mirror
Added SSH key to Gitlab but it still asks for my credentials

GitLab's HTTP pull & push are working when I enter my credentials. But when using an added SSH key, it …

git ssh gitlab permission-denied
Build .NET solution using GitLab CI Pipeline

I have a solution with several .NET projects in it. I use GitLab, not self-hosted, for version control and would …

.net msbuild continuous-integration gitlab gitlab-ci-runner
Automatically access git submodules via ssh or https

Question: Is there a way to automatically checkout git submodules via the same method (ssh or https) as the main …

git gitlab git-submodules
How to change the default target branch for merges in Gitlab

we are using Gitlab 8.10.1 with many groups and projects. Many of the projects happen to be forks of other projects. …

git merge settings gitlab
SourceTree gives me a login Error when I try to add my gitlab account

I would like to add my gitlab account to sourcetree. Inside Preferences -> Accounts, I tried the 'add' button …

git gitlab atlassian-sourcetree
How to reattach a detached HEAD in GIT

(I can see there are many questions about this but I haven't found one that solves my exact problem). I'm …

git gitlab gitlab-ci gitlab-ci-runner
Host Key Verification Failed - GitLab with Visual Studio Code on macOS

I keep getting a "Host Key Verification Failed" error when trying to push changes to a git controlled folder/project …

visual-studio-code gitlab macos-sierra
Continuous Deployment of a NodeJS using GitLab

I have an API developed in NodeJS and have successfully set up continuous integration via a .gitlab-ci.yml file. The …

javascript node.js heroku gitlab continuous-deployment