Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Categories
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged gitlab
0
votes
999
views
1
answer
gitlab - How to rename git remote branch name from upper case to lower case same name?
I have a git branch named QA, I want to rename it to lower case qa because I use the repository in gitlab pipeline and in gitlab pipeline the branch ... 65832299/how-to-rename-git-remote-branch-name-from-upper-case-to-lower-case-same-name...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
671
views
1
answer
gitlab - Why docker image doesn't run "docker build"?
I'm using gitlab ci, and sorry for the silly question, but why that code below doesn't work? image: docker:stable stages: - build build- ... question from:https://stackoverflow.com/questions/65839561/why-docker-image-doesnt-run-docker-build...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
660
views
1
answer
gitlab - Git log - GitlabCI - saving to file with variable in name from git log
in gitlab.ci.yml - ill trying to check gitlog on commits messages after last tag, and its worked: $ git log --oneline -- "instruction/1.0/" $(git ... .com/questions/65845054/git-log-gitlabci-saving-to-file-with-variable-in-name-from-git-log...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
703
views
1
answer
gitlab - Create lists to projects/repos in group and subgroup?
I have this workgroup and I would like to make lists of interesting projects/repos contained in different subgroups. This would make it easier for ... stackoverflow.com/questions/65846016/create-lists-to-projects-repos-in-group-and-subgroup...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
606
views
1
answer
gitlab - Jenkins: Access job/plugin configuration values inside pipeline
I am trying the access the values set on a job's configuration page from within my pipeline. These values are not made available as ... ://stackoverflow.com/questions/65848794/jenkins-access-job-plugin-configuration-values-inside-pipeline...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
815
views
1
answer
gitlab - CI cannot download gradle distribution snapshot
Our CI suddenly fails with the following error message: $ ./gradlew clean jar --stacktrace -i --no-daemon Downloading https://services. ... from:https://stackoverflow.com/questions/65848997/ci-cannot-download-gradle-distribution-snapshot...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
782
views
1
answer
gitlab - Google cloud build fails
I have an adonis app that I'm trying to deploy to google cloud by mirroring a gitlab repo. I have my cloudbuild.yaml files set up and have ... Please help. question from:https://stackoverflow.com/questions/65863656/google-cloud-build-fails...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
671
views
1
answer
gitlab - How merging works when we use git add <filename>?
Assume this is my project structure: - project - .git - scr - component - file.js I did clone the project Made a new branch by git checkout - ... :https://stackoverflow.com/questions/65921715/how-merging-works-when-we-use-git-add-filename...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
705
views
1
answer
gitlab - Git reset my local project, now getting error when pushing to live server
I am using GitLab. When I pushed up to prod last time, I later realized that there are many bugs. So, I git reset --hard kjh35kh3kh4k2h4k2h4... ... /questions/65922409/git-reset-my-local-project-now-getting-error-when-pushing-to-live-server...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
681
views
1
answer
gitlab - git how to disable submodule from the entire project
When I do a classic update to git using the following commands: git add --all git commit -am "COMMENT" git push origin master And when I ... https://stackoverflow.com/questions/66047459/git-how-to-disable-submodule-from-the-entire-project...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
711
views
1
answer
gitlab - Providers within modules not passed to the child modules - terraform
I am usgin gitlabhq/gitlab module with terrafrom. I created a separted module for gitlab resources ./terraform-modules/terraform-gitlab-project- ... questions/66059638/providers-within-modules-not-passed-to-the-child-modules-terraform...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
612
views
1
answer
gitlab - Providers within modules not passed to the child modules - terraform
I am usgin gitlabhq/gitlab module with terrafrom. I created a separted module for gitlab resources ./terraform-modules/terraform-gitlab-project- ... questions/66059638/providers-within-modules-not-passed-to-the-child-modules-terraform...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
973
views
1
answer
gitlab - Bind docker socket with a Kubernetes runner and share volume
I'm using gitlab runner install with Helm and running on Google Cloud Kubernetes engine. Here my runner configuration inside my values.yaml file : ... .com/questions/66067632/bind-docker-socket-with-a-kubernetes-runner-and-share-volume...
asked
Oct 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
699
views
1
answer
gitlab - Can an existing group be assigned as a subgroup?
I created a project group in the past but now we have created a company level group. Is it possible to assign the project group as subgroup under the company level group ?...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
832
views
1
answer
gitlab - Re-committing a commit that was reverted in git
Having a few issues committing my code changes from my working branch back into a branch it was revert out of. My code was put into the release branch early and ... my commits from the release branch as Gitlab doesn't allow me to do so....
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
871
views
1
answer
gitlab - Git not staging .mp4 files from subdirectory
I have been facing this problem with git in which I am trying to upload .mp4 files in a subdirectory of wwwroot/ but whenever I am writing git status, they ... is located inside my repo and one is outside of it. INSIDE REPO OUTSIDE OF REPO...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
790
views
1
answer
gitlab wiki - Asciidoc - Formatted Text in Admonition - Caution, Important, Note, Warning
I tried IMPORTANT: * [ ] A checkbox but the text after IMPORTANT: is not rendered as checkbox. Instead it is printed as is. How can I convince the asciidoc processor (gitlab wiki) to render the text porperly and display a checkbox?...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
1.0k
views
1
answer
gitlab - SSH bash session and environments variables scope
I have a Gitlab pipeline to get into a server via ssh, load correct node version with nvm, and install node packages using a NPM_TOKEN. The NPM_TOKEN is ... the $HOME variable of the server session. Does anyone know how to achieve that?...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
1.2k
views
1
answer
gitlab - How to download git-lfs files using the oid sha256 information
I came across a set of images (e.g., https://github.com/kehuantiantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop/blob/master/ ... kehuantiantang/A-DNN-based-Semantic-Segmentation-for-Detecting-Weed-and-Crop.git/info/lfs'...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
808
views
1
answer
gitlab 使用http方式push出错,详情如下图
基本上可以肯定如网上所说是上传文件限制了大小所导致,因为我尝试几个几个的小文件提交都是可以的,批量提交就报错了,然而网上的相关的解决方法都没能解决我的这个问题。求助!详细点哈...
asked
Feb 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
631
views
1
answer
gitlab - Git submodule detached state warning
I've a GitLab repository with some branches. And i also have submodule (f.e. version of commit v2) added to this project. Yesterday i updated submodule (from v2 to ... update --remote --rebase But it also didn't help. What can I do?...
asked
Jan 29, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
731
views
1
answer
gitlab - Git submodule detached state warning
I've a GitLab repository with some branches. And i also have submodule (f.e. version of commit v2) added to this project. Yesterday i updated submodule (from v2 to ... update --remote --rebase But it also didn't help. What can I do?...
asked
Jan 29, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
1.4k
views
1
answer
gitlab k3s runner WARNING: Checking for jobs... failed x509: certificate signed by unknown authority
I have an issue with a gitlab-runner installed via the application panel on gitlab to a k3s rancher cluster. It was working fine then today gitlab was ... ) Any workaround or solution would be greatly appreciated :) Thank you in advance....
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
754
views
1
answer
gitlab - Call specific runner for Git script
How I can call a specific runner for CI job. Problem: I have default runners and now I have to install my local runner and run tests on it. But ... to turn off runners on the Git because the whole project builds on remote drivers....
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
1.9k
views
1
answer
gitlab - Can't get analises report on Sonar Cloud
I use Sonar Cloud to analyze my code with Gitlab CI. How it is usually in the SONAR_HOST_URL I put https://sonarcloud.io , but after the pipeline finish sonar put ... paths: - .sonar/cache script: - sonar-scanner only: - master - IDEA-022...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
3.9k
views
1
answer
gitlab ci - How do I log into AWS before pulling image from ECR?
I'm pulling image into my pipeline from ECR. First I need to authenticate using eval $(aws ecr get-login --region eu-west-2 --no-include-email | sed 's|https://|| ... 's|https://||') How can I log into ECR right before the image is pulled ?...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
0
votes
2.8k
views
1
answer
gitlab 自动化部署出现Host key verification failed.
这个问题搞了半天,查了各种资料没搞定,思路不清晰了,特意来请教下各位前辈 是这样的,仓库放在gitlab.com上 gitlab-runner 是安装的本地,配置上用的mac的shell来执行runner 然后在gitlab-ci.yml上 打算执行 scp ./dist root@我的外网服务器ip:/usr/ ... mac本地执行上述scp是可以的 也查看过runner的权限,确认runner用户是有rsa文件的 但是在cicd流程中就不行 不知道还有哪些遗漏的...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
gitlab
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share
Just Browsing Browsing
[1] c# - Uploading Large Files from Form Upload and Progress asp.net core 5
[2] serialization - Serialize emf file using readAsDataUrl in javascript
[3] dist/*.dev.js 文件问题
[4] verilog - Does this SystemVerilog code have the wrong sequence of code?
[5] 云服务器挂载的数据盘和docker的关系
[6] sql server - How to loop through JSON array to insert rows in SQL Table using TSQL?
[7] 您如何用Java 8 Instant表示MS-DTYP`DATETIME`?
[8] js中用var和let定义循环变量输出,不是应该先输出5个5吗,结果却是01234,5个5
[9] 请问下各位大佬一个关于setsockopt函数的level参数问题?
[10] javascript - is there a way to pass undefined.undefined as a function parameter
548k
questions
547k
answers
4
comments
55.4k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...