-
"Host key verification failed" appears when gitlab runner goes to execute the script
when using gitlab-ci to build a task, the following error occurs when executing the git clone task or push
tried ssh-keyscan-t rsa github.com > > ~ .ssh known_hosts failed after query.
there is no problem with manual clone on the server whe...
-
Ubuntu system installs the latest enterprise version of GitLab, but cannot send email without installing postfix,
this is the configuration information. Is there a problem? what is the relationship between postfix and mail service? can t you send mail without postfix?
...
-
Gitlab+jenkins configuration, webhook does not execute?
configure webhook to test 200, but when the client submits the git, it is known that the gitlab time zone is wrong and it is modified in the gitlab.rb when the client does not execute the gitlab, but the log display time is still wrong. The environment ...
-
How gitlab ci runs git runner on different platforms
is like this, we are responsible for cross-platform SDK development, need to compile code on platforms such as mac, ndk, windows, ios, SDK uses a set of code. I configured .gitlab-ci.yml, in the repository root directory as follows
job1:
script: &q...
-
The problem with docker gitlab ssh
after using the gitlab created by docker gitlab and then starting gitlab, the project is always prompted to enter a password by ssh git clone. The public key has been added to the gitlab project. The startup mode of gitlab is .
docker run -m 3000M --mem...
-
The problem of Domain name Resolution after the Construction of gitlab
A warehouse has been built using gitlab in the company. The private network address is 192.168.11.202 ip 80. Now the router is used for port mapping. If the IP mapped to the public network is 5.6.7.8 ip 1122, how can a domain name be used to resolve to t...
-
Ubuntu after installing gitlab, the css file cannot be loaded
after Ubuntu installs gitlab, the css style of the interface cannot be loaded when accessed by the browser; View the required files under the opt gitlab embedded service gitlab-rails public assets folder;
tried to modify the three gitlab.rb,wiki...
-
Jenkins chooses to specify module build
1. The project is a maven project, and the code management repository is the last one deployed by gitlab, to be packaged and deployed in the form of jar. Want to use jenkins to automate build deployment. The project structure is a parent with several pee...
-
In the process of continuous integration, when the front-end files are packaged and put on the CDN, how to automatically inform the back-end which version of the files should be taken?
if the title, mainly the front-end code released to CDN, and CDN will co-exist multiple versions, according to access to information, found that there is a way is the front-end in the compilation process, will record the newly packaged file hash file nam...
-
Already set up the public key and private key, use git bash pull remote warehouse need to enter password, use IDEA plug-in pull do not need to enter password, what the hell?
pullssh -T .ssh pull
idea,pull
git guipull
...
-
Report an error from Push's local Git warehouse on Eclipse to Gitlab
ssh: git@192.168.230.131:22: org.eclipse.jgit.transport.CredentialItem$YesNoType:The authenticity of host 192.168.230.131 can t be established. RSA key fingerprint is de:da:4c:17:9e:a2:6c:b5:5d:7f:45:aa:16:21:95:62. Are you sure you want to conti...
-
The gitlab installed by docker could not find the submitted branch during merge request
this branch can be found, but not in new merge request ...
-
What happens when git fetch cannot get a remote branch?
the problem shown in the figure when using git to go to a project on clone GitLab is solved by https: stackoverflow.com que..
but there is a new problem. under the project obtained through the above answer, through the git branch-a command, you ...
-
Tomcat started with gitlab-ci will be kill at the end of the process
recently, I have been using gitlab for continuous integration, but I have encountered a problem when configuring the. gitlab-ci.yml file of gitlab-ci. If I start the startup.sh of tomcat with the shell command in A. gitlab-ci.yml, after the pipeline is ...
-
Gitlab turns off two-step verification
1, my gitlab, has been stuck here since I clicked two steps to verify it because of my disabled hand. As shown in figure
2, please tell me how to turn this off. Thank you
...
-
How git submits local code to a remote branch
how git submits local code to a remote branch
A new project has been created locally
then our boss set up a warehouse for git. My permission is develop, and then there are two branches in the warehouse, one master (I certainly don t have permi...
-
When Git submitted the branch code, it was found that there was no such branch on the gitlab.
I wrote code on the header branch, and after changing it, I wanted to submit it and merge it into master, but it turned out that I didn t have the header branch I wrote on gitlab. but is it visible to execute Git branch on webstorm?
gitLab h...
-
The permissions have not changed after git switched accounts.
I am an An account, because I do not have permission, I borrowed the B account and pulled the code (when I created a new SSH key,git clone, the command line is prompted to enter the B account and password). then the problem arises. I want to switch bac...
-
All the shell content in gitlab-ci,scripts has been executed, but the status has always been running,. Why?
The .gitlab-ci.yml file is as follows:
stages:
build
deploy_test
-sharp compile build: stage: build only:
- master
script:
- mvn clean
- mvn install
-sharp deployment test server deploy_test: stage: deploy_test only:
- master
script...
-
How GIT modifies author date and commiter date
you need to use the merge request method of gitlab. When you try new Merge Request, the gitlab page reports an error. After viewing the gitlab backend log, you can see "Rugged::OdbError (Failed to parse commit aef3846d6401d68asdfsdf281c39cb584b812d-ca...