gitlab tag

13 questions


1 answers
458 views
0
Mail is also sent to users who block GitLab

Users who block GitLab do not receive notification emails.https://gitlab-docs.creationline.com/ee/user/admin_area/blocking_unblocking_users.html※ The official GitLab 12.7.0 document I use also stated ...

1 years ago

1 answers
426 views
0
Where do I set up a destination to be notified by email after I push it to the remote repository?

When pushing from the local repository to the remote repository, the mail is sent only to a specific user, not everyone who participates in the repository.Everyone has the same notification level, so ...

1 years ago

1 answers
433 views
0
How to Limit Git Tag Push

GitLab is configured to release with a tag beginning with v to the default branch.Build/test/deploy by pushing a tag like v1.0.0 to the main branch.Users with developer privileges can create work bran...

1 years ago

2 answers
414 views
0
I would like to upload the locally developed wordpress site to the repository on Gitlab so that it can be accessed in the domain for testing.

I cannot see any wordpress files uploaded on Gitlab on my company's server, I cannot access wp-admin, wp-login.php, and 404 page not found, so I would appreciate your advice.Even if I upload the wordp...

1 years ago

1 answers
117 views
0
When I pull another branch to the branch that I am operating locally, I can no longer switch branches.I want to return to the previous state of pull.

I am working on branch A locally, but if I accidentally pull the master branch for this branch, there will be a conflict and I cannot switch to another branch.Local branch A has been pushed remotely o...

1 years ago

1 answers
107 views
0
When I checked the ssh connection to GitLab, I found that Permission denied (publickey).

Problems you are havingI get an error when I try to use ssh to connect to Gitlab's repository, which should have been connected and pushed before. [vagrant@localhost~]$ ssh-T [email protected] ...

1 years ago

2 answers
60 views
0
GitLab Does Not Highlight MATLAB Files Syntax

GitLab CE was introduced into Ubuntu-14.04 as instructed by Omnibus package.However, MATLAB scripts in GitLab's managed repository are not syntax highlighted.This may be the original specification, bu...

1 years ago

1 answers
51 views
0
clone gets The remote end hang up unexpected, early EOF error in gitlab

git clone Cloning intoUsername for'Password for 'remote —Counting objects: 50195, done. remote:Compressing objects: 100% (28896/28896), done. fatal —The remote end hang up unexpectedly 6 MiB | 724.00 ...

1 years ago

1 answers
62 views
0
How to commit & push a group of files with a total capacity of 8GB or more of 10,000 files to Gitlab

I'd like to push Gitlab together a group of files with a large number of files.I use totoise Git, but I can't commit even if I push all the files.Could you tell me how I can push a group of files with...

1 years ago

1 answers
107 views
0
TIPS to start creating a single source for multiple people

For example, if you want to create a single controller with multiple actions, multiple How can I create it without causing conflicts as much as possible?The controller starts to create with no files.

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.