Questions tagged as 'gitlab'

1
answer

error: src refspec development does not match any when doing a push

When I try to push the development branch of my repository I get the error    error: src refspec development does not match any. This is what I have done: 1 - cloned the repository git clone [email protected]:solay-Apache/koica-inscript...
asked by 30.03.2018 / 22:53
1
answer

Branch management in GitLab

In the company where we work, we use SVN as a version manager, we plan to migrate to GitLab, but we are not very clear about what the workflow should be like, taking into account the following: Analysts develop both to solve incidents and fo...
asked by 29.09.2016 / 22:31
0
answers

PHPUnit test error csrf Laravel, in gitlab CI / CD docker

I am having problems when writing POST requests in the integration tests, in the local machine where I launch the tests they pass without problems, but in the docker container of gitlab fail by the token csrf, even if I put the token in the peti...
asked by 19.11.2018 / 22:14
3
answers

Switch from remote repository to a local repository with git

I'm relatively new to this use of git. The question is: if I have a local repository, cloned from a remote repository in gitlab, and I want to stop using that gitlab account and use another one, when trying to delete in the local repository w...
asked by 26.08.2018 / 23:51
1
answer

Difference of Fork and Branch Protected

I'm starting on Git, but I have a doubt. Suppose I have one project with the branch "origin" and another branch "tests". If I protect the branch "origin" and only give access to "tests", what difference is there in collaborating in "tests"...
asked by 13.06.2018 / 16:37
1
answer

Create your own Git server

I have a centOS 7 server, in which I have installed gitlab, to which I need to change port 80 to 8080. To be able to have apache running on port 80. I enter the gitlab gitlab.rb configuration file adding the following: external_url "http://...
asked by 03.03.2018 / 19:20
0
answers

Job and runner always appear blocked Gitlab

Let me create the first test job, its status is always "stuck", then I realized that I needed a "runner" and installed one in the Gitlab project. I chose the most suitable one for the job I am using (it is merely a test and a single shell comman...
asked by 08.01.2018 / 10:31
1
answer

Error committing [closed]

I'm committing to a remote repository that I have in gitlab and I had already established the name and the mail. But when I do the commit it tells me this: D:\WORKSPACES\CONTROL DE VERSIONES\spa>git commit -m "Datos geojson añadidos" *** P...
asked by 16.05.2018 / 11:25
1
answer

Status "stuck" and "Pending" when launching a job on GitLab

I'm trying to launch a very simple job and I can not find a way to make it work, and I do not understand why it fails. For now I have done a commit and a push in the file .gitlab-ci.yml as it says the documentation with the simple code to print...
asked by 03.01.2018 / 10:57
0
answers

GitLab registry 'denied: requested access to the resource is denied' to push image

I get the following error in% co_of% trying to push to image from% co_of% to the registry $ docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" Login Succeeded $ docker pull <anyImage> $ docker push "${CI_RE...
asked by 18.12.2018 / 15:12