The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Setting up SSH connection

heihachi88
October 30, 2016

Hello, i've successfully installed Bitbucket Server 4.10 behind nginx. Now i have issues while cloning/pushing repos from my local server. Everytime i do that i am asked for a password. What's wrong?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
rsperafico
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 1, 2016

Hello Alexander,

Thank you for your inquire.

Well done on installing Bitbucket Server behind nginx.

Regarding on the password request, one possible cause could be you are not adding the ssh protocol to the git clone command:

git clone git@localhost:7999/proj/repository.git (causing password request)
 
git clone ssh://git@localhost:7999/proj/repository.git (suggestion)

Also, you could try to run the following from Terminal as this will provide you with DEBUG information during Clone command.

GIT_SSH_COMMAND="ssh -vvv" git clone ssh://git@localhost:7999/proj/repository.git

Kind regards,
Rafael P. Sperafico

TAGS
AUG Leaders

Atlassian Community Events