developer-documentation icon indicating copy to clipboard operation
developer-documentation copied to clipboard

Correct submodule url

Open EPNW-Eric opened this issue 2 years ago • 3 comments

It seems that the old submodule path does not work anymore and points to the old place of the repository. I've updated it accordingly.

EPNW-Eric avatar May 06 '23 09:05 EPNW-Eric

Hi @EPNW-Eric, thank you for opening the pull request. Have you tried if simply changing the repo name and the organisation without changing the protocol would also work? I.e. not adding the https bit.

url = [email protected]:matomo-org/matomo.git

michalkleiner avatar May 09 '23 04:05 michalkleiner

It didn't work for me without changing the protocol:

git clone [email protected]:matomo-org/matomo.git
Cloning into 'matomo'...
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

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

Could also be a mistake on my end, but using https it worked.

EPNW-Eric avatar May 09 '23 09:05 EPNW-Eric

using git or https only makes a difference in the way the used git client tries to authenticate. As both repos are public that actually shouldn't make that much difference, but using https should be fine as well I guess.

sgiehl avatar May 09 '23 14:05 sgiehl