Most voted "gitlab" questions
Gitlab is an open source Git repository manager with a tracking system for issues and Continuous Integration/ Continuous Distribution features.
Learn more…53 questions
Sort by count of
-
0
votes1
answer69
viewsWhat is git send-email for?
I’m needing to use git send-email to send an exercise via email, but I couldn’t understand the purpose of this command in git. Can I send the repository with the files via email? How it works?…
-
-1
votes1
answer134
views$ git push -u origin main remote: Repository not found. fatal: Repository 'https://github.com/fretagi/pirple-apple.git/' not found
I’m trying to push according to: git remote add origin https://github.com/fretagi/pirple-projects-apple.git git branch -M main git push -u origin main but he gives that mistake: fatal: remote origin…
-
-1
votes0
answers11
viewsHow to ensure sudo permission to a build script from gitlab ci/cd
I’m writing a script for gitlab ci/cd, to compile and run some tests. I need to download some packages like python, pip, cpython etc... for this I am using the CentOS, yum, however the gitlab user…