getpelican / pelican-themes

Themes for Pelican
https://getpelican.com/
2.12k stars 1.09k forks source link

Pull pelican-themes failing due to blueidea theme #694

Closed tprrt closed 3 years ago

tprrt commented 3 years ago

Hello,

The git repository of the blueidea theme seems no longer available (or public) then it is no longer possible to clone pelican-themes: git clone --recursive https://github.com/getpelican/pelican-themes

Cloning into '/home/circleci/project/pelican-themes/blueidea'... ERROR: Repository not found. fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: clone of 'https://github.com/blueicefield/pelican-blueidea.git' into submodule path '/home/circleci/project/pelican-themes/blueidea' failed

virtadpt commented 3 years ago

Same here, earlier this evening.

justinmayer commented 3 years ago

Reason number 837 why I loathe Git submodules and why we are working to rid them from Pelican altogether.

Okay, fixed. Can you confirm that you are able to recursively clone the repository now?

tprrt commented 3 years ago

Dear @justinmayer,

I don't confirm because that I'm not able to recursively clone the repository over ssh. Now a Github login and password are requested.

Cloning into '/home/tperrot/dev/tprrt/blog/pelican-themes/blueidea'...
Username for 'https://github.com': 
Password for 'https://tperrot@github.com': 
remote: Invalid username or password.
fatal: Authentication failed for 'https://github.com/blueicefield/pelican-blueidea.git/'
fatal: clone of 'https://github.com/blueicefield/pelican-blueidea.git' into submodule path '/home/tperrot/dev/tprrt/blog/pelican-themes/blueidea' failed
Failed to clone 'blueidea'. Retry scheduled

Best regards, Thomas

justinmayer commented 3 years ago

I suggest trying via HTTPS as the README states. I was able to use that method without problems.

tprrt commented 3 years ago

Dear @justinmayer,

Okay, I confirm that it is fixed, thanks you.

Best regards, Thomas

virtadpt commented 3 years ago

Same reason I dislike Git submodules. ... Yup, looks like it worked.