ssc-oscar / gather

For harvesting latest repos
10 stars 9 forks source link

Drupal trouble #9

Closed noah-22 closed 3 years ago

noah-22 commented 3 years ago

Hi @audrism,

@dlomax64 and I are having trouble getting Drupal and Debian to work, both for differing reasons.

Drupal

We both get SSH key errors:

$ git ls-remote dr:drupal
git@git.drupal.org: Permission denied (publickey).
fatal: Could not read from remote repository.

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

Update: Debian works. It did not before

noah-22 commented 3 years ago

P.S. all other git ls-remote commands are working!

audrism commented 3 years ago

Looks like drupal may have changed their git urls:

git ls-remote dr:project/drupal.git

audrism commented 3 years ago

https://www.drupal.org/project/drupal/git-instructions

audrism commented 3 years ago

Yes, looks like key does not work for deb:

git ls-remote deb:webmaster-team/webwml Permission denied (publickey). fatal: Could not read from remote repository.

The https, does work, however:

[audris@acf-login5 ght.24]$ git ls-remote https://salsa.debian.org/webmaster-team/webwml

sylviesworld commented 3 years ago

Both work through ssh for me now. @noah-22 for drupal I had to accept their terms & conditions before it would let me. Try logging on again and see if it prompts you to do so.

noah-22 commented 3 years ago

Both work through ssh for me now. @noah-22 for drupal I had to accept their terms & conditions before it would let me. Try logging on again and see if it prompts you to do so.

Yes, going to drupal.org -> My account -> Profile -> Git access and accepting terms then setting a git username let me SSH. Thanks.