Forums

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

Submodule with different user fails to clone/push with Sourcetree

Nagaraj Subas Chandrabose
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 18, 2018

We have few submodules configured in the main bitbucket cloud repository of our project. We would like configure those submodules to get cloned automatically when the main repository is cloned.

The submodule Source path / URL  is configured as

https://userA@bitbucket.org/xxxxxxxxx/module.git

When userA tries to download this submodule, no issues found.

 

But when userB clones the main repository and submodule. The submodule cloning fails.

While cloning the submodule SourceTree prompts userB to authenticate the Atlassian account via userA.

 

Right now, to clone these submodules in userB's machine, we change the username(userA to userB) in the URL path every time,

https://userB@bitbucket.org/xxxxxxxxx/module.git

Question:

How to configure the submodules generically so that it can be cloned without changing the username in the URL path?

 

 

1 answer

1 accepted

0 votes
Answer accepted
Anil Joseph September 18, 2018

The https clone is associated with userid. So the username has to be changed when using https.

 

Use the command as "git clone git@bitbucket.org:xxxxxxxxx/module.git" to clone in gitBash. The command will not have userid associated with it. So it can be used independent of users. gitBash need installed, set up ssh key, and authenticated with password. All of these are one time activity. Once done, user will have access to all modules and can clone any module.

Anil Joseph September 18, 2018

So using gitBash will be the short answer to your issue.

Nagaraj Subas Chandrabose
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 20, 2018

Thanks Anil

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events