Top "Gitlab" questions

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

How can I clone a private GitLab repository?

When I do this: git clone https://example.com/root/test.git I am getting this error: fatal: HTTP request …

git github gitlab
Getting permission denied (public key) on gitlab

My problem is that I can't push or fetch from GitLab. However, I can clone (via HTTP or via SSH). …

git ubuntu ssh gitlab
GitLab git user password

I have just installed GitLab. I created a project called project-x. I have created few users and assigned it to …

git gitlab
using gitlab token to clone without authentication

I want to clone gitlab repository without prompt for my automation script, by using my private token from my gitlab …

gitlab
HTTP Basic: Access denied fatal: Authentication failed

I use GitLab Community Edition 9.1.3 2e4e522 on Windows 10 Pro x64. With Git client. Error Cloning into 'project_name'... remote: …

git gitlab
ssh : Permission denied (publickey,gssapi-with-mic)

i'm use centos 5.9. after installing gitlab by this link ssh not working. before install gitlab ssh correctly working. i'm using …

ssh centos gitlab
Change Default branch in gitlab

I accidentally pushed my local master to a branch called origin on gitlab and now it is the default. Is …

gitlab
How do we change the URL of a working GitLab install?

I have set up and we are running a default install of GitLab v6.0.1 (we're about to upgrade as well). …

gitlab
Transfer git repositories from GitLab to GitHub - can we, how to and pitfalls (if any)?

Can one transfer repositories from GitLab to GitHub if the need be. If so, how exactly can I go about …

git github transfer gitlab repository
How to integrate sourcetree for gitlab

I worked on github and integrated it to sourcetree (MAC version) for one of my project. I would like to …

gitlab atlassian-sourcetree