Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

how to upload Beanstalk project to Bitbucket with file history maintained.

Ravina Rajaram Somvanshi March 22, 2019

Hello,

 

I wanted to push/upload project from Beanstalk to BitBucket , Where I am not able to upload the history of files. Only latest files are getting uploaded. Can anyone help with the same.

 

Thanks!

1 answer

0 votes
Mehmet Şirin Usanmaz
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 22, 2019

Hi Ravina,

Go to your local folder that contains your existing repository:

cd /path/to/your/existing/repo

Upload your existing repository to Bitbucket:

git push –mirror git@bitbucket.org:yourUsername/yourRepo.git

Thanks,

Mehmet Şirin 

Ravina Rajaram Somvanshi March 25, 2019

Hi Mehmet,

Thanks for your reply.

I am getting the following error while pushing code.

 

$ git push --mirror git@bitbucket.org:ravinaso/Discover.git
git@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

 

Could you please help here.

Mehmet Şirin Usanmaz
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 25, 2019

Hi Ravina,

Make sure the git url is correct.If you are sure, you can access the repos by following the steps in the document 

https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html

 

Thanks,

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events