Answer the question
In order to leave comments, you need to log in
Git did not exit cleanly (exit code 128)
I'm trying to create GIT via BitBucket but I've run into an error. I do everything the same as it is written here - habrahabr.ru/sandbox/37865
But at the step when I try to make a Git Clone and enter the data, this error occurs.
The public key to the bitbook is loaded. Maybe in Git on the machine you need to enter the login and password from bitbucket somewhere?
Help me decide please.
Answer the question
In order to leave comments, you need to log in
Authorization on bitbucket is carried out by key, so you do not need to enter your login and password anywhere.
Probably the problem is in the key. Check its bitbucket registration and TortoiseGit access to the private key file.
You can also try setting up console Git to use your key.
To do this, create the .ssh folder in the user directory C:\Users\[Login]\ and put the private key file in the OpenSSH text format, giving it the name id_rsa. You can convert a key from the Putty format to the OpenSSH format using a utility from Putty.
After that, try to clone the repository with the command
The -vvv switch will give a detailed process diagnostic.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question