GitLab is an Open Source Git repository manager with issue tracking and wiki as well as continuous integration features.
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 gitlabGitLab's HTTP pull & push are working when I enter my credentials. But when using an added SSH key, it …
git ssh gitlab permission-deniedI 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-runnerQuestion: Is there a way to automatically checkout git submodules via the same method (ssh or https) as the main …
git gitlab git-submodulesI would like to add my gitlab account to sourcetree. Inside Preferences -> Accounts, I tried the 'add' button …
git gitlab atlassian-sourcetree(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-runnerI keep getting a "Host Key Verification Failed" error when trying to push changes to a git controlled folder/project …
visual-studio-code gitlab macos-sierraI 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