Questions tagged as 'gitlab'

5
answers

Differences and advantages between GitHub and GitLab

Good afternoon. Today I became aware of GitLab, I saw that many heavyweight companies use it as NASA and SpaceX, and would like to know what are the differences of it with GitHub, main advantages and disadvantages in using it, whether it is wort...
asked by 26.07.2017 / 21:01
1
answer

Error in GIT when sending project to Ionic Pro: fatal: sha1 file 'stdout' write error: Broken pipe

I have signed Ionic Pro and am trying to send my local project to their Cloud. I use the command: git push ionic master It starts well but gives the following errors: git push ionic master Enter passphrase for key 'C:\Users\Ramos\.ssh\...
asked by 12.01.2018 / 18:31
1
answer

Gitlab does not display all changes

In one of the GitLab repositories, 93000 rows have been added in a commit. When I look for this commit locally, using commands such as git log , git show for example, I have a return, through the --stat flag, that actually...
asked by 06.09.2018 / 19:40
1
answer

Error installing R packages on GitLab CI

When I try to install R packages using shell , the following error occurs: My code for the gitlab-ci.yml file is as follows: before_script: - export DJANGO_SETTINGS_MODULE= ---- - pip install -r requirements.txt test: script:...
asked by 19.12.2016 / 15:45
1
answer

How to create a project in GitLab using git?

We can easily create a project in GitLab and "synchronize" it with git : $ git clone [email protected]:user/teste.git But what about backwards? Create the folder and the local project, and send as a "new" in GitLab ?     
asked by 30.08.2018 / 19:45
1
answer

E-mail invitation does not arrive - GitLab

I need to add another develop in the repository in gitlab but I invite you and no email invitation arrives in his email. Is there any way to add a member without being by email?     
asked by 29.08.2017 / 12:18
1
answer

The 'git push' command is not working after removing a commit

I needed to roll back a commit and locally it works fine. Now when I give PUSH to my repository, it gives me error. My attempt git fetch origin c6f1668e2fac57401a99a2184a47f0b58c15e403 git reset --hard FETCH_HEAD git add . git commit -m "re...
asked by 26.01.2018 / 17:26
1
answer

What are "stages" and "jobs" in the context of GitLabCI?

Viewing here the option of dropping CI in GitLab ( link ). I was in doubt about the nomenclature they use. They say that everything runs in a pipeline ( link ), and that this is the "assembly line" of my software. This pipeline is divid...
asked by 03.03.2018 / 04:46
1
answer

Opening merge request in GitLab by curl

Where we work, we use a variation of GitFlow where when a hotfix enters the product code, there is only the merge for master which, when approved, propagates to develop through the master 2 develop branch % (or simply m2d...
asked by 04.07.2018 / 05:10
1
answer

Can I configure for GitLab-CI to only run a particular job with a branch name pattern?

I'm using GitLab for code evolution management. All quiet about it. Use merge-requests to review code changes. I also generally use GitFlow , but using the name rc-* for branches of (GitFlow predicts release-* ). Briefly on Gi...
asked by 26.02.2018 / 17:15