P
P
Para_Lapok2021-06-17 09:06:56
Bitbucket
Para_Lapok, 2021-06-17 09:06:56

How to transfer a repository from Bitrix to Bitbucket?

Good afternoon.
I set up the repositories according to this instruction dev.1c-bitrix.ru/community/webdev/user/23706/blog/12414/
Everything is fine until the remote repository is set up. I created private id_rsa and public id_rsa.pub keys, which should be stored in the /home/bitrix/.ssh/ folder, however, I did not find such a folder. I can see these keys (I do everything through PuTTY), so I decided to do it further. The instructions say that the public key needs to be inserted into the profile settings, I can’t find where :(. Consequently, the connection and further work stop at this...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Nikolaev, 2021-06-20
@gromdron

To work with VCS (Version Control System) you need 2 keys:
- For your production machine (to download)
- For your work PC (or dev server).
For linux, you can use the native instruction: https://docs.gitlab.com/ee/ssh/#generate-an-ssh-ke...
If you use local development on win, then use Puttygen to generate keys.
Then install the fingerprints of these keys in gitlab according to the instructions:
https://docs.gitlab.com/ee/ssh/#add-an-ssh-key-to-...

P
Para_Lapok, 2021-06-21
@Para_Lapok

One problem solved, connected via SSH key to bitbucket.
Another issue is that after git push origin master it asks for a password for ' https://[email protected] ', but I get an error every time: fatal: Authentication failed for '...'. I don't understand what's wrong. I tried to leave the field empty, wrote the password for the bitbucket account, I don’t know what else to try and I don’t understand what’s wrong ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question