Unable to negotiate with 192.168.245.31 port 22: no matching cipher found. Their offer: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se
fatal: Could not read from remote repository.
Unable to negotiate with 192.168.245.31 port 22: no matching cipher found. Their offer: aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se
fatal: Could not read from remote repository.
check your configuration ~ / .ssh/config and / etc/config to find the line at the beginning of Ciphers, and post the full contents of this line to me. You should have accidentally configured the encryption algorithm and commented out the line Ciphers.
have you added the public key of your mac to gitlab?
first of all, delete the file where the key is located, under the reset on Git Bash,
git config-- global user.name "change here to your user name"
git config-- global user.email "here change to your gitLab mailbox"
Note here is the username, you registered when you setting (user settings) your name, not your Fullname
, that is, your prompt to start a new project mentioned. For example, I create a new project
then, re-generate the key,
ssh-keygen-t rsa-C "fill in the registration mailbox here"
keep pressing enter, until you are prompted for a user name and password, then generate
Open GitLab, Open the SSH Keys page in "settings", then click "Add SSH Key" and fill in the contents of any title, pasted id_rsa.pub file in the Key text box.
id_rsa.pub can open
in a text file. This should solve the problem
your key setting is supposed to be wrong or global user.name and global user.email are wrong
you try
Previous: Mini Program cache problem
Next: There is a strange phenomenon of route interception in springboot1.0.
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...
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? ...
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 ...
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...
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...
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...
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...
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...
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...
pullssh -T .ssh pull idea,pull git guipull ...
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...
this branch can be found, but not in new merge request ...
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 ...
git clone Times wrong remote:The project you are looking for could not be found I can log in to see the project on gitLab, and other colleagues can also download it. My permission is developer, so I rule out the permission problem and the project does...
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 ...
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 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...
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...
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...
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...